HSL(210, 40%, 91%)
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(210,40%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(210, 40%, 91%) | color: hsl(210, 40%, 91%) | |
| HEX | #DFE8F1 | color: #DFE8F1 | |
| RGB | rgb(223, 232, 241) | color: rgb(223, 232, 241) | |
| CMYK | cmyk(7%, 4%, 0%, 5%) | — | |
| HSV | hsv(210, 7%, 95%) | — | |
| HWB | hwb(210 88% 5%) | color: hwb(210 88% 5%) | |
| OKLCH | oklch(0.9268 0.0156 248) | color: oklch(0.9268 0.0156 248) | |
| Lab | lab(91.57 -1.31 -5.39) | color: lab(91.57 -1.31 -5.39) | |
| LCH | lch(91.57 5.55 256.34) | color: lch(91.57 5.55 256.34) |
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)
#E3E3EF — rgb(227, 227, 239)
Deuteranopia (Green-blind)
#E2E2EE — rgb(226, 226, 238)
Tritanopia (Blue-blind)
#DFEDED — rgb(223, 237, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(210, 40%, 91%);
text
color: hsl(210, 40%, 91%);
border
border: 2px solid hsl(210, 40%, 91%);
gradient light
background: linear-gradient(to right, hsl(210, 40%, 100%), hsl(210, 40%, 91%));
gradient dark
background: linear-gradient(to right, hsl(210, 40%, 91%), hsl(210, 40%, 71%))
hex
background-color: #DFE8F1;
tailwind
bg-[hsl(210,40%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(210, 40%, 91%, 0.4);
css variable
--color-primary: hsl(210, 40%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(210, 40%, 91%)?
HEX: #DFE8F1 | RGB: rgb(223, 232, 241) | CMYK: 7%, 4%, 0%, 5% | HSV: 210°, 7%, 95%. Copy any format from the conversion table above.
What colors go well with #DFE8F1?
The complementary color is HSL(30, 40%, 91%). For a triadic harmony, use hues 210°, 330°, and 90°. For analogous combinations, try hues 180° and 240°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(210, 40%, 91%) in CSS?
As HSL: color: hsl(210, 40%, 91%); — As HEX: color: #DFE8F1; — As RGB: color: rgb(223, 232, 241); — Tailwind CSS: bg-[hsl(210,40%,91%)] — CSS variable: --color-primary: hsl(210, 40%, 91%);