HSL(217, 50%, 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(217,50%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 50%, 90%) | color: hsl(217, 50%, 90%) | |
| HEX | #D9E3F2 | color: #D9E3F2 | |
| RGB | rgb(217, 227, 242) | color: rgb(217, 227, 242) | |
| CMYK | cmyk(10%, 6%, 0%, 5%) | — | |
| HSV | hsv(216, 10%, 95%) | — | |
| HWB | hwb(216 86% 5%) | color: hwb(216 86% 5%) | |
| OKLCH | oklch(0.9127 0.0231 258.36) | color: oklch(0.9127 0.0231 258.36) | |
| Lab | lab(89.91 -0.47 -8.43) | color: lab(89.91 -0.47 -8.43) | |
| LCH | lch(89.91 8.44 266.81) | color: lch(89.91 8.44 266.81) |
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)
#DDDDEE — rgb(221, 221, 238)
Deuteranopia (Green-blind)
#DDDCEE — rgb(221, 220, 238)
Tritanopia (Blue-blind)
#DAECEB — rgb(218, 236, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 50%, 90%);
text
color: hsl(217, 50%, 90%);
border
border: 2px solid hsl(217, 50%, 90%);
gradient light
background: linear-gradient(to right, hsl(217, 50%, 100%), hsl(217, 50%, 90%));
gradient dark
background: linear-gradient(to right, hsl(217, 50%, 90%), hsl(217, 50%, 70%))
hex
background-color: #D9E3F2;
tailwind
bg-[hsl(217,50%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 50%, 90%, 0.4);
css variable
--color-primary: hsl(217, 50%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 50%, 90%)?
HEX: #D9E3F2 | RGB: rgb(217, 227, 242) | CMYK: 10%, 6%, 0%, 5% | HSV: 216°, 10%, 95%. Copy any format from the conversion table above.
What colors go well with #D9E3F2?
The complementary color is HSL(37, 50%, 90%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 50%, 90%) in CSS?
As HSL: color: hsl(217, 50%, 90%); — As HEX: color: #D9E3F2; — As RGB: color: rgb(217, 227, 242); — Tailwind CSS: bg-[hsl(217,50%,90%)] — CSS variable: --color-primary: hsl(217, 50%, 90%);