HSL(214, 40%, 89%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(214,40%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(214, 40%, 89%) | color: hsl(214, 40%, 89%) | |
| HEX | #D8E1EE | color: #D8E1EE | |
| RGB | rgb(216, 225, 238) | color: rgb(216, 225, 238) | |
| CMYK | cmyk(9%, 5%, 0%, 7%) | — | |
| HSV | hsv(215, 9%, 93%) | — | |
| HWB | hwb(215 85% 7%) | color: hwb(215 85% 7%) | |
| OKLCH | oklch(0.9068 0.0202 257.47) | color: oklch(0.9068 0.0202 257.47) | |
| Lab | lab(89.22 -0.54 -7.36) | color: lab(89.22 -0.54 -7.36) | |
| LCH | lch(89.22 7.38 265.8) | color: lch(89.22 7.38 265.8) |
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)
#DCDCEB — rgb(220, 220, 235)
Deuteranopia (Green-blind)
#DBDBEA — rgb(219, 219, 234)
Tritanopia (Blue-blind)
#D8E8E8 — rgb(216, 232, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(214, 40%, 89%);
text
color: hsl(214, 40%, 89%);
border
border: 2px solid hsl(214, 40%, 89%);
gradient light
background: linear-gradient(to right, hsl(214, 40%, 100%), hsl(214, 40%, 89%));
gradient dark
background: linear-gradient(to right, hsl(214, 40%, 89%), hsl(214, 40%, 69%))
hex
background-color: #D8E1EE;
tailwind
bg-[hsl(214,40%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(214, 40%, 89%, 0.4);
css variable
--color-primary: hsl(214, 40%, 89%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(214, 40%, 89%)?
HEX: #D8E1EE | RGB: rgb(216, 225, 238) | CMYK: 9%, 5%, 0%, 7% | HSV: 215°, 9%, 93%. Copy any format from the conversion table above.
What colors go well with #D8E1EE?
The complementary color is HSL(34, 40%, 89%). For a triadic harmony, use hues 214°, 334°, and 94°. For analogous combinations, try hues 184° and 244°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(214, 40%, 89%) in CSS?
As HSL: color: hsl(214, 40%, 89%); — As HEX: color: #D8E1EE; — As RGB: color: rgb(216, 225, 238); — Tailwind CSS: bg-[hsl(214,40%,89%)] — CSS variable: --color-primary: hsl(214, 40%, 89%);