HSL(170, 61%, 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(170,61%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(170, 61%, 95%) | color: hsl(170, 61%, 95%) | |
| HEX | #EAFAF7 | color: #EAFAF7 | |
| RGB | rgb(234, 250, 247) | color: rgb(234, 250, 247) | |
| CMYK | cmyk(6%, 0%, 1%, 2%) | — | |
| HSV | hsv(169, 6%, 98%) | — | |
| HWB | hwb(169 92% 2%) | color: hwb(169 92% 2%) | |
| OKLCH | oklch(0.9725 0.0173 183.55) | color: oklch(0.9725 0.0173 183.55) | |
| Lab | lab(97.06 -5.77 -0.37) | color: lab(97.06 -5.77 -0.37) | |
| LCH | lch(97.06 5.78 183.67) | color: lch(97.06 5.78 183.67) |
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)
#F1F1F8 — rgb(241, 241, 248)
Deuteranopia (Green-blind)
#F0EFF8 — rgb(240, 239, 248)
Tritanopia (Blue-blind)
#EBF8F8 — rgb(235, 248, 248)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(170, 61%, 95%);
text
color: hsl(170, 61%, 95%);
border
border: 2px solid hsl(170, 61%, 95%);
gradient light
background: linear-gradient(to right, hsl(170, 61%, 100%), hsl(170, 61%, 95%));
gradient dark
background: linear-gradient(to right, hsl(170, 61%, 95%), hsl(170, 61%, 75%))
hex
background-color: #EAFAF7;
tailwind
bg-[hsl(170,61%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(170, 61%, 95%, 0.4);
css variable
--color-primary: hsl(170, 61%, 95%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(170, 61%, 95%)?
HEX: #EAFAF7 | RGB: rgb(234, 250, 247) | CMYK: 6%, 0%, 1%, 2% | HSV: 169°, 6%, 98%. Copy any format from the conversion table above.
What colors go well with #EAFAF7?
The complementary color is HSL(350, 61%, 95%). For a triadic harmony, use hues 170°, 290°, and 50°. For analogous combinations, try hues 140° and 200°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(170, 61%, 95%) in CSS?
As HSL: color: hsl(170, 61%, 95%); — As HEX: color: #EAFAF7; — As RGB: color: rgb(234, 250, 247); — Tailwind CSS: bg-[hsl(170,61%,95%)] — CSS variable: --color-primary: hsl(170, 61%, 95%);