HSL(166, 92%, 42%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,92%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 92%, 42%) | color: hsl(166, 92%, 42%) | |
| HEX | #09CEA0 | color: #09CEA0 | |
| RGB | rgb(9, 206, 160) | color: rgb(9, 206, 160) | |
| CMYK | cmyk(96%, 0%, 22%, 19%) | — | |
| HSV | hsv(166, 96%, 81%) | — | |
| HWB | hwb(166 3% 19%) | color: hwb(166 3% 19%) | |
| OKLCH | oklch(0.7573 0.1503 169.18) | color: oklch(0.7573 0.1503 169.18) | |
| Lab | lab(74.02 -53.26 11.06) | color: lab(74.02 -53.26 11.06) | |
| LCH | lch(74.02 54.4 168.27) | color: lch(74.02 54.4 168.27) |
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)
#5E60AB — rgb(94, 96, 171)
Deuteranopia (Green-blind)
#5344AE — rgb(83, 68, 174)
Tritanopia (Blue-blind)
#13B4B6 — rgb(19, 180, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 92%, 42%);
text
color: hsl(166, 92%, 42%);
border
border: 2px solid hsl(166, 92%, 42%);
gradient light
background: linear-gradient(to right, hsl(166, 92%, 62%), hsl(166, 92%, 42%));
gradient dark
background: linear-gradient(to right, hsl(166, 92%, 42%), hsl(166, 92%, 22%))
hex
background-color: #09CEA0;
tailwind
bg-[hsl(166,92%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 92%, 42%, 0.4);
css variable
--color-primary: hsl(166, 92%, 42%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 92%, 42%)?
HEX: #09CEA0 | RGB: rgb(9, 206, 160) | CMYK: 96%, 0%, 22%, 19% | HSV: 166°, 96%, 81%. Copy any format from the conversion table above.
What colors go well with #09CEA0?
The complementary color is HSL(346, 92%, 42%). 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, 92%, 42%) in CSS?
As HSL: color: hsl(166, 92%, 42%); — As HEX: color: #09CEA0; — As RGB: color: rgb(9, 206, 160); — Tailwind CSS: bg-[hsl(166,92%,42%)] — CSS variable: --color-primary: hsl(166, 92%, 42%);