HSL(175, 12%, 87%)
Very Light Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Light Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(175,12%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 12%, 87%) | color: hsl(175, 12%, 87%) | |
| HEX | #DAE2E1 | color: #DAE2E1 | |
| RGB | rgb(218, 226, 225) | color: rgb(218, 226, 225) | |
| CMYK | cmyk(4%, 0%, 0%, 11%) | — | |
| HSV | hsv(173, 4%, 89%) | — | |
| HWB | hwb(173 85% 11%) | color: hwb(173 85% 11%) | |
| OKLCH | oklch(0.9064 0.0087 188.1) | color: oklch(0.9064 0.0087 188.1) | |
| Lab | lab(89.27 -2.86 -0.45) | color: lab(89.27 -2.86 -0.45) | |
| LCH | lch(89.27 2.9 188.94) | color: lch(89.27 2.9 188.94) |
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)
#DDDEE1 — rgb(221, 222, 225)
Deuteranopia (Green-blind)
#DDDCE1 — rgb(221, 220, 225)
Tritanopia (Blue-blind)
#DAE1E1 — rgb(218, 225, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 12%, 87%);
text
color: hsl(175, 12%, 87%);
border
border: 2px solid hsl(175, 12%, 87%);
gradient light
background: linear-gradient(to right, hsl(175, 12%, 100%), hsl(175, 12%, 87%));
gradient dark
background: linear-gradient(to right, hsl(175, 12%, 87%), hsl(175, 12%, 67%))
hex
background-color: #DAE2E1;
tailwind
bg-[hsl(175,12%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 12%, 87%, 0.4);
css variable
--color-primary: hsl(175, 12%, 87%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 12%, 87%)?
HEX: #DAE2E1 | RGB: rgb(218, 226, 225) | CMYK: 4%, 0%, 0%, 11% | HSV: 173°, 4%, 89%. Copy any format from the conversion table above.
What colors go well with #DAE2E1?
The complementary color is HSL(355, 12%, 87%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 12%, 87%) in CSS?
As HSL: color: hsl(175, 12%, 87%); — As HEX: color: #DAE2E1; — As RGB: color: rgb(218, 226, 225); — Tailwind CSS: bg-[hsl(175,12%,87%)] — CSS variable: --color-primary: hsl(175, 12%, 87%);