HSL(166, 45%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,45%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 45%, 85%) | color: hsl(166, 45%, 85%) | |
| HEX | #C8EAE2 | color: #C8EAE2 | |
| RGB | rgb(200, 234, 226) | color: rgb(200, 234, 226) | |
| CMYK | cmyk(15%, 0%, 3%, 8%) | — | |
| HSV | hsv(166, 15%, 92%) | — | |
| HWB | hwb(166 78% 8%) | color: hwb(166 78% 8%) | |
| OKLCH | oklch(0.9103 0.0371 179.63) | color: oklch(0.9103 0.0371 179.63) | |
| Lab | lab(90.14 -12.6 0.16) | color: lab(90.14 -12.6 0.16) | |
| LCH | lch(90.14 12.6 179.27) | color: lch(90.14 12.6 179.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)
#D7D7E4 — rgb(215, 215, 228)
Deuteranopia (Green-blind)
#D5D2E4 — rgb(213, 210, 228)
Tritanopia (Blue-blind)
#CAE5E6 — rgb(202, 229, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 45%, 85%);
text
color: hsl(166, 45%, 85%);
border
border: 2px solid hsl(166, 45%, 85%);
gradient light
background: linear-gradient(to right, hsl(166, 45%, 100%), hsl(166, 45%, 85%));
gradient dark
background: linear-gradient(to right, hsl(166, 45%, 85%), hsl(166, 45%, 65%))
hex
background-color: #C8EAE2;
tailwind
bg-[hsl(166,45%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 45%, 85%, 0.4);
css variable
--color-primary: hsl(166, 45%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 45%, 85%)?
HEX: #C8EAE2 | RGB: rgb(200, 234, 226) | CMYK: 15%, 0%, 3%, 8% | HSV: 166°, 15%, 92%. Copy any format from the conversion table above.
What colors go well with #C8EAE2?
The complementary color is HSL(346, 45%, 85%). 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, 45%, 85%) in CSS?
As HSL: color: hsl(166, 45%, 85%); — As HEX: color: #C8EAE2; — As RGB: color: rgb(200, 234, 226); — Tailwind CSS: bg-[hsl(166,45%,85%)] — CSS variable: --color-primary: hsl(166, 45%, 85%);