HSL(166, 91%, 20%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,91%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 91%, 20%) | color: hsl(166, 91%, 20%) | |
| HEX | #05614C | color: #05614C | |
| RGB | rgb(5, 97, 76) | color: rgb(5, 97, 76) | |
| CMYK | cmyk(95%, 0%, 22%, 62%) | — | |
| HSV | hsv(166, 95%, 38%) | — | |
| HWB | hwb(166 2% 62%) | color: hwb(166 2% 62%) | |
| OKLCH | oklch(0.4393 0.0844 171.01) | color: oklch(0.4393 0.0844 171.01) | |
| Lab | lab(36.18 -29.89 5.18) | color: lab(36.18 -29.89 5.18) | |
| LCH | lch(36.18 30.34 170.17) | color: lch(36.18 30.34 170.17) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#2D2E51 — rgb(45, 46, 81)
Deuteranopia (Green-blind)
#282152 — rgb(40, 33, 82)
Tritanopia (Blue-blind)
#0A5556 — rgb(10, 85, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 91%, 20%);
text
color: hsl(166, 91%, 20%);
border
border: 2px solid hsl(166, 91%, 20%);
gradient light
background: linear-gradient(to right, hsl(166, 91%, 40%), hsl(166, 91%, 20%));
gradient dark
background: linear-gradient(to right, hsl(166, 91%, 20%), hsl(166, 91%, 0%))
hex
background-color: #05614C;
tailwind
bg-[hsl(166,91%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 91%, 20%, 0.4);
css variable
--color-primary: hsl(166, 91%, 20%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 91%, 20%)?
HEX: #05614C | RGB: rgb(5, 97, 76) | CMYK: 95%, 0%, 22%, 62% | HSV: 166°, 95%, 38%. Copy any format from the conversion table above.
What colors go well with #05614C?
The complementary color is HSL(346, 91%, 20%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 91%, 20%) in CSS?
As HSL: color: hsl(166, 91%, 20%); — As HEX: color: #05614C; — As RGB: color: rgb(5, 97, 76); — Tailwind CSS: bg-[hsl(166,91%,20%)] — CSS variable: --color-primary: hsl(166, 91%, 20%);