HSL(208, 45%, 91%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(208,45%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(208, 45%, 91%) | color: hsl(208, 45%, 91%) | |
| HEX | #DEE9F2 | color: #DEE9F2 | |
| RGB | rgb(222, 233, 242) | color: rgb(222, 233, 242) | |
| CMYK | cmyk(8%, 4%, 0%, 5%) | — | |
| HSV | hsv(207, 8%, 95%) | — | |
| HWB | hwb(207 87% 5%) | color: hwb(207 87% 5%) | |
| OKLCH | oklch(0.9284 0.017 242.44) | color: oklch(0.9284 0.017 242.44) | |
| Lab | lab(91.78 -1.95 -5.62) | color: lab(91.78 -1.95 -5.62) | |
| LCH | lch(91.78 5.95 250.86) | color: lch(91.78 5.95 250.86) |
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)
#E3E3F0 — rgb(227, 227, 240)
Deuteranopia (Green-blind)
#E2E1EF — rgb(226, 225, 239)
Tritanopia (Blue-blind)
#DFEEEE — rgb(223, 238, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(208, 45%, 91%);
text
color: hsl(208, 45%, 91%);
border
border: 2px solid hsl(208, 45%, 91%);
gradient light
background: linear-gradient(to right, hsl(208, 45%, 100%), hsl(208, 45%, 91%));
gradient dark
background: linear-gradient(to right, hsl(208, 45%, 91%), hsl(208, 45%, 71%))
hex
background-color: #DEE9F2;
tailwind
bg-[hsl(208,45%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(208, 45%, 91%, 0.4);
css variable
--color-primary: hsl(208, 45%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(208, 45%, 91%)?
HEX: #DEE9F2 | RGB: rgb(222, 233, 242) | CMYK: 8%, 4%, 0%, 5% | HSV: 207°, 8%, 95%. Copy any format from the conversion table above.
What colors go well with #DEE9F2?
The complementary color is HSL(28, 45%, 91%). For a triadic harmony, use hues 208°, 328°, and 88°. For analogous combinations, try hues 178° and 238°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(208, 45%, 91%) in CSS?
As HSL: color: hsl(208, 45%, 91%); — As HEX: color: #DEE9F2; — As RGB: color: rgb(222, 233, 242); — Tailwind CSS: bg-[hsl(208,45%,91%)] — CSS variable: --color-primary: hsl(208, 45%, 91%);