HSL(151, 19%, 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(151,19%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 19%, 87%) | color: hsl(151, 19%, 87%) | |
| HEX | #D8E4DE | color: #D8E4DE | |
| RGB | rgb(216, 228, 222) | color: rgb(216, 228, 222) | |
| CMYK | cmyk(5%, 0%, 3%, 11%) | — | |
| HSV | hsv(150, 5%, 89%) | — | |
| HWB | hwb(150 85% 11%) | color: hwb(150 85% 11%) | |
| OKLCH | oklch(0.9081 0.0152 164.7) | color: oklch(0.9081 0.0152 164.7) | |
| Lab | lab(89.56 -5.1 1.54) | color: lab(89.56 -5.1 1.54) | |
| LCH | lch(89.56 5.33 163.2) | color: lch(89.56 5.33 163.2) |
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)
#DDDDDF — rgb(221, 221, 223)
Deuteranopia (Green-blind)
#DDDCE0 — rgb(221, 220, 224)
Tritanopia (Blue-blind)
#D9E1E1 — rgb(217, 225, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 19%, 87%);
text
color: hsl(151, 19%, 87%);
border
border: 2px solid hsl(151, 19%, 87%);
gradient light
background: linear-gradient(to right, hsl(151, 19%, 100%), hsl(151, 19%, 87%));
gradient dark
background: linear-gradient(to right, hsl(151, 19%, 87%), hsl(151, 19%, 67%))
hex
background-color: #D8E4DE;
tailwind
bg-[hsl(151,19%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 19%, 87%, 0.4);
css variable
--color-primary: hsl(151, 19%, 87%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 19%, 87%)?
HEX: #D8E4DE | RGB: rgb(216, 228, 222) | CMYK: 5%, 0%, 3%, 11% | HSV: 150°, 5%, 89%. Copy any format from the conversion table above.
What colors go well with #D8E4DE?
The complementary color is HSL(331, 19%, 87%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 19%, 87%) in CSS?
As HSL: color: hsl(151, 19%, 87%); — As HEX: color: #D8E4DE; — As RGB: color: rgb(216, 228, 222); — Tailwind CSS: bg-[hsl(151,19%,87%)] — CSS variable: --color-primary: hsl(151, 19%, 87%);