HSL(171, 41%, 60%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,41%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 41%, 60%) | color: hsl(171, 41%, 60%) | |
| HEX | #6FC3B6 | color: #6FC3B6 | |
| RGB | rgb(111, 195, 182) | color: rgb(111, 195, 182) | |
| CMYK | cmyk(43%, 0%, 7%, 24%) | — | |
| HSV | hsv(171, 43%, 76%) | — | |
| HWB | hwb(171 43% 24%) | color: hwb(171 43% 24%) | |
| OKLCH | oklch(0.7602 0.0846 182.94) | color: oklch(0.7602 0.0846 182.94) | |
| Lab | lab(73.41 -28.66 -1.44) | color: lab(73.41 -28.66 -1.44) | |
| LCH | lch(73.41 28.7 182.88) | color: lch(73.41 28.7 182.88) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#9394B9 — rgb(147, 148, 185)
Deuteranopia (Green-blind)
#8F88BA — rgb(143, 136, 186)
Tritanopia (Blue-blind)
#73BCBC — rgb(115, 188, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 41%, 60%);
text
color: hsl(171, 41%, 60%);
border
border: 2px solid hsl(171, 41%, 60%);
gradient light
background: linear-gradient(to right, hsl(171, 41%, 80%), hsl(171, 41%, 60%));
gradient dark
background: linear-gradient(to right, hsl(171, 41%, 60%), hsl(171, 41%, 40%))
hex
background-color: #6FC3B6;
tailwind
bg-[hsl(171,41%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 41%, 60%, 0.4);
css variable
--color-primary: hsl(171, 41%, 60%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 41%, 60%)?
HEX: #6FC3B6 | RGB: rgb(111, 195, 182) | CMYK: 43%, 0%, 7%, 24% | HSV: 171°, 43%, 76%. Copy any format from the conversion table above.
What colors go well with #6FC3B6?
The complementary color is HSL(351, 41%, 60%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 41%, 60%) in CSS?
As HSL: color: hsl(171, 41%, 60%); — As HEX: color: #6FC3B6; — As RGB: color: rgb(111, 195, 182); — Tailwind CSS: bg-[hsl(171,41%,60%)] — CSS variable: --color-primary: hsl(171, 41%, 60%);