HSL(166, 72%, 94%)
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(166,72%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 72%, 94%) | color: hsl(166, 72%, 94%) | |
| HEX | #E5FBF6 | color: #E5FBF6 | |
| RGB | rgb(229, 251, 246) | color: rgb(229, 251, 246) | |
| CMYK | cmyk(9%, 0%, 2%, 2%) | — | |
| HSV | hsv(166, 9%, 98%) | — | |
| HWB | hwb(166 89% 2%) | color: hwb(166 89% 2%) | |
| OKLCH | oklch(0.9706 0.0239 180.66) | color: oklch(0.9706 0.0239 180.66) | |
| Lab | lab(96.94 -8.07 -0.06) | color: lab(96.94 -8.07 -0.06) | |
| LCH | lch(96.94 8.07 180.43) | color: lch(96.94 8.07 180.43) |
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)
#EFEFF7 — rgb(239, 239, 247)
Deuteranopia (Green-blind)
#EDECF8 — rgb(237, 236, 248)
Tritanopia (Blue-blind)
#E6F8F8 — rgb(230, 248, 248)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 72%, 94%);
text
color: hsl(166, 72%, 94%);
border
border: 2px solid hsl(166, 72%, 94%);
gradient light
background: linear-gradient(to right, hsl(166, 72%, 100%), hsl(166, 72%, 94%));
gradient dark
background: linear-gradient(to right, hsl(166, 72%, 94%), hsl(166, 72%, 74%))
hex
background-color: #E5FBF6;
tailwind
bg-[hsl(166,72%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 72%, 94%, 0.4);
css variable
--color-primary: hsl(166, 72%, 94%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 72%, 94%)?
HEX: #E5FBF6 | RGB: rgb(229, 251, 246) | CMYK: 9%, 0%, 2%, 2% | HSV: 166°, 9%, 98%. Copy any format from the conversion table above.
What colors go well with #E5FBF6?
The complementary color is HSL(346, 72%, 94%). 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, 72%, 94%) in CSS?
As HSL: color: hsl(166, 72%, 94%); — As HEX: color: #E5FBF6; — As RGB: color: rgb(229, 251, 246); — Tailwind CSS: bg-[hsl(166,72%,94%)] — CSS variable: --color-primary: hsl(166, 72%, 94%);