HSL(189, 52%, 86%)
Very Light Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Light Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(189,52%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(189, 52%, 86%) | color: hsl(189, 52%, 86%) | |
| HEX | #C9E8EE | color: #C9E8EE | |
| RGB | rgb(201, 232, 238) | color: rgb(201, 232, 238) | |
| CMYK | cmyk(16%, 3%, 0%, 7%) | — | |
| HSV | hsv(190, 16%, 93%) | — | |
| HWB | hwb(190 78% 7%) | color: hwb(190 78% 7%) | |
| OKLCH | oklch(0.9104 0.0335 210.63) | color: oklch(0.9104 0.0335 210.63) | |
| Lab | lab(90 -8.89 -6.32) | color: lab(90 -8.89 -6.32) | |
| LCH | lch(90 10.91 215.41) | color: lch(90 10.91 215.41) |
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)
#D6D7ED — rgb(214, 215, 237)
Deuteranopia (Green-blind)
#D5D2EC — rgb(213, 210, 236)
Tritanopia (Blue-blind)
#CBEBEB — rgb(203, 235, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(189, 52%, 86%);
text
color: hsl(189, 52%, 86%);
border
border: 2px solid hsl(189, 52%, 86%);
gradient light
background: linear-gradient(to right, hsl(189, 52%, 100%), hsl(189, 52%, 86%));
gradient dark
background: linear-gradient(to right, hsl(189, 52%, 86%), hsl(189, 52%, 66%))
hex
background-color: #C9E8EE;
tailwind
bg-[hsl(189,52%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(189, 52%, 86%, 0.4);
css variable
--color-primary: hsl(189, 52%, 86%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(189, 52%, 86%)?
HEX: #C9E8EE | RGB: rgb(201, 232, 238) | CMYK: 16%, 3%, 0%, 7% | HSV: 190°, 16%, 93%. Copy any format from the conversion table above.
What colors go well with #C9E8EE?
The complementary color is HSL(9, 52%, 86%). For a triadic harmony, use hues 189°, 309°, and 69°. For analogous combinations, try hues 159° and 219°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(189, 52%, 86%) in CSS?
As HSL: color: hsl(189, 52%, 86%); — As HEX: color: #C9E8EE; — As RGB: color: rgb(201, 232, 238); — Tailwind CSS: bg-[hsl(189,52%,86%)] — CSS variable: --color-primary: hsl(189, 52%, 86%);