HSL(212, 25%, 88%)
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(212,25%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 25%, 88%) | color: hsl(212, 25%, 88%) | |
| HEX | #D9E0E8 | color: #D9E0E8 | |
| RGB | rgb(217, 224, 232) | color: rgb(217, 224, 232) | |
| CMYK | cmyk(6%, 3%, 0%, 9%) | — | |
| HSV | hsv(212, 6%, 91%) | — | |
| HWB | hwb(212 86% 9%) | color: hwb(212 86% 9%) | |
| OKLCH | oklch(0.9037 0.0133 251.57) | color: oklch(0.9037 0.0133 251.57) | |
| Lab | lab(88.87 -0.85 -4.71) | color: lab(88.87 -0.85 -4.71) | |
| LCH | lch(88.87 4.79 259.77) | color: lch(88.87 4.79 259.77) |
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)
#DCDCE6 — rgb(220, 220, 230)
Deuteranopia (Green-blind)
#DCDBE6 — rgb(220, 219, 230)
Tritanopia (Blue-blind)
#D9E5E4 — rgb(217, 229, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 25%, 88%);
text
color: hsl(212, 25%, 88%);
border
border: 2px solid hsl(212, 25%, 88%);
gradient light
background: linear-gradient(to right, hsl(212, 25%, 100%), hsl(212, 25%, 88%));
gradient dark
background: linear-gradient(to right, hsl(212, 25%, 88%), hsl(212, 25%, 68%))
hex
background-color: #D9E0E8;
tailwind
bg-[hsl(212,25%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 25%, 88%, 0.4);
css variable
--color-primary: hsl(212, 25%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 25%, 88%)?
HEX: #D9E0E8 | RGB: rgb(217, 224, 232) | CMYK: 6%, 3%, 0%, 9% | HSV: 212°, 6%, 91%. Copy any format from the conversion table above.
What colors go well with #D9E0E8?
The complementary color is HSL(32, 25%, 88%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(212, 25%, 88%) in CSS?
As HSL: color: hsl(212, 25%, 88%); — As HEX: color: #D9E0E8; — As RGB: color: rgb(217, 224, 232); — Tailwind CSS: bg-[hsl(212,25%,88%)] — CSS variable: --color-primary: hsl(212, 25%, 88%);