HSL(166, 65%, 95%)
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,65%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 65%, 95%) | color: hsl(166, 65%, 95%) | |
| HEX | #EAFBF7 | color: #EAFBF7 | |
| RGB | rgb(234, 251, 247) | color: rgb(234, 251, 247) | |
| CMYK | cmyk(7%, 0%, 2%, 2%) | — | |
| HSV | hsv(166, 7%, 98%) | — | |
| HWB | hwb(166 91% 2%) | color: hwb(166 91% 2%) | |
| OKLCH | oklch(0.9744 0.0186 180.29) | color: oklch(0.9744 0.0186 180.29) | |
| Lab | lab(97.31 -6.28 0) | color: lab(97.31 -6.28 0) | |
| LCH | lch(97.31 6.28 180) | color: lch(97.31 6.28 180) |
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)
#F1F2F8 — rgb(241, 242, 248)
Deuteranopia (Green-blind)
#F0EFF8 — rgb(240, 239, 248)
Tritanopia (Blue-blind)
#EBF9F9 — rgb(235, 249, 249)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 65%, 95%);
text
color: hsl(166, 65%, 95%);
border
border: 2px solid hsl(166, 65%, 95%);
gradient light
background: linear-gradient(to right, hsl(166, 65%, 100%), hsl(166, 65%, 95%));
gradient dark
background: linear-gradient(to right, hsl(166, 65%, 95%), hsl(166, 65%, 75%))
hex
background-color: #EAFBF7;
tailwind
bg-[hsl(166,65%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 65%, 95%, 0.4);
css variable
--color-primary: hsl(166, 65%, 95%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 65%, 95%)?
HEX: #EAFBF7 | RGB: rgb(234, 251, 247) | CMYK: 7%, 0%, 2%, 2% | HSV: 166°, 7%, 98%. Copy any format from the conversion table above.
What colors go well with #EAFBF7?
The complementary color is HSL(346, 65%, 95%). 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, 65%, 95%) in CSS?
As HSL: color: hsl(166, 65%, 95%); — As HEX: color: #EAFBF7; — As RGB: color: rgb(234, 251, 247); — Tailwind CSS: bg-[hsl(166,65%,95%)] — CSS variable: --color-primary: hsl(166, 65%, 95%);