HSL(212, 35%, 90%)
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,35%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 35%, 90%) | color: hsl(212, 35%, 90%) | |
| HEX | #DDE5EE | color: #DDE5EE | |
| RGB | rgb(221, 229, 238) | color: rgb(221, 229, 238) | |
| CMYK | cmyk(7%, 4%, 0%, 7%) | — | |
| HSV | hsv(212, 7%, 93%) | — | |
| HWB | hwb(212 86% 7%) | color: hwb(212 86% 7%) | |
| OKLCH | oklch(0.9185 0.015 251.16) | color: oklch(0.9185 0.015 251.16) | |
| Lab | lab(90.59 -0.98 -5.29) | color: lab(90.59 -0.98 -5.29) | |
| LCH | lch(90.59 5.38 259.5) | color: lch(90.59 5.38 259.5) |
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)
#E0E1EC — rgb(224, 225, 236)
Deuteranopia (Green-blind)
#E0DFEB — rgb(224, 223, 235)
Tritanopia (Blue-blind)
#DDEAEA — rgb(221, 234, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 35%, 90%);
text
color: hsl(212, 35%, 90%);
border
border: 2px solid hsl(212, 35%, 90%);
gradient light
background: linear-gradient(to right, hsl(212, 35%, 100%), hsl(212, 35%, 90%));
gradient dark
background: linear-gradient(to right, hsl(212, 35%, 90%), hsl(212, 35%, 70%))
hex
background-color: #DDE5EE;
tailwind
bg-[hsl(212,35%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 35%, 90%, 0.4);
css variable
--color-primary: hsl(212, 35%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 35%, 90%)?
HEX: #DDE5EE | RGB: rgb(221, 229, 238) | CMYK: 7%, 4%, 0%, 7% | HSV: 212°, 7%, 93%. Copy any format from the conversion table above.
What colors go well with #DDE5EE?
The complementary color is HSL(32, 35%, 90%). 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, 35%, 90%) in CSS?
As HSL: color: hsl(212, 35%, 90%); — As HEX: color: #DDE5EE; — As RGB: color: rgb(221, 229, 238); — Tailwind CSS: bg-[hsl(212,35%,90%)] — CSS variable: --color-primary: hsl(212, 35%, 90%);