HSL(179, 20%, 90%)
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(179,20%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(179, 20%, 90%) | color: hsl(179, 20%, 90%) | |
| HEX | #E0EBEA | color: #E0EBEA | |
| RGB | rgb(224, 235, 234) | color: rgb(224, 235, 234) | |
| CMYK | cmyk(5%, 0%, 0%, 8%) | — | |
| HSV | hsv(175, 5%, 92%) | — | |
| HWB | hwb(175 87% 8%) | color: hwb(175 87% 8%) | |
| OKLCH | oklch(0.9315 0.0118 190.43) | color: oklch(0.9315 0.0118 190.43) | |
| Lab | lab(92.22 -3.83 -0.78) | color: lab(92.22 -3.83 -0.78) | |
| LCH | lch(92.22 3.91 191.51) | color: lch(92.22 3.91 191.51) |
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)
#E5E5EA — rgb(229, 229, 234)
Deuteranopia (Green-blind)
#E4E3EA — rgb(228, 227, 234)
Tritanopia (Blue-blind)
#E1EAEA — rgb(225, 234, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(179, 20%, 90%);
text
color: hsl(179, 20%, 90%);
border
border: 2px solid hsl(179, 20%, 90%);
gradient light
background: linear-gradient(to right, hsl(179, 20%, 100%), hsl(179, 20%, 90%));
gradient dark
background: linear-gradient(to right, hsl(179, 20%, 90%), hsl(179, 20%, 70%))
hex
background-color: #E0EBEA;
tailwind
bg-[hsl(179,20%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(179, 20%, 90%, 0.4);
css variable
--color-primary: hsl(179, 20%, 90%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(179, 20%, 90%)?
HEX: #E0EBEA | RGB: rgb(224, 235, 234) | CMYK: 5%, 0%, 0%, 8% | HSV: 175°, 5%, 92%. Copy any format from the conversion table above.
What colors go well with #E0EBEA?
The complementary color is HSL(359, 20%, 90%). For a triadic harmony, use hues 179°, 299°, and 59°. For analogous combinations, try hues 149° and 209°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(179, 20%, 90%) in CSS?
As HSL: color: hsl(179, 20%, 90%); — As HEX: color: #E0EBEA; — As RGB: color: rgb(224, 235, 234); — Tailwind CSS: bg-[hsl(179,20%,90%)] — CSS variable: --color-primary: hsl(179, 20%, 90%);