HSL(211, 26%, 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(211,26%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 26%, 90%) | color: hsl(211, 26%, 90%) | |
| HEX | #DFE5EC | color: #DFE5EC | |
| RGB | rgb(223, 229, 236) | color: rgb(223, 229, 236) | |
| CMYK | cmyk(6%, 3%, 0%, 7%) | — | |
| HSV | hsv(212, 6%, 93%) | — | |
| HWB | hwb(212 87% 7%) | color: hwb(212 87% 7%) | |
| OKLCH | oklch(0.9194 0.0115 252.09) | color: oklch(0.9194 0.0115 252.09) | |
| Lab | lab(90.68 -0.71 -4.1) | color: lab(90.68 -0.71 -4.1) | |
| LCH | lch(90.68 4.16 260.18) | color: lch(90.68 4.16 260.18) |
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)
#E2E2EA — rgb(226, 226, 234)
Deuteranopia (Green-blind)
#E1E1EA — rgb(225, 225, 234)
Tritanopia (Blue-blind)
#DFE9E9 — rgb(223, 233, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 26%, 90%);
text
color: hsl(211, 26%, 90%);
border
border: 2px solid hsl(211, 26%, 90%);
gradient light
background: linear-gradient(to right, hsl(211, 26%, 100%), hsl(211, 26%, 90%));
gradient dark
background: linear-gradient(to right, hsl(211, 26%, 90%), hsl(211, 26%, 70%))
hex
background-color: #DFE5EC;
tailwind
bg-[hsl(211,26%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 26%, 90%, 0.4);
css variable
--color-primary: hsl(211, 26%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 26%, 90%)?
HEX: #DFE5EC | RGB: rgb(223, 229, 236) | CMYK: 6%, 3%, 0%, 7% | HSV: 212°, 6%, 93%. Copy any format from the conversion table above.
What colors go well with #DFE5EC?
The complementary color is HSL(31, 26%, 90%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 26%, 90%) in CSS?
As HSL: color: hsl(211, 26%, 90%); — As HEX: color: #DFE5EC; — As RGB: color: rgb(223, 229, 236); — Tailwind CSS: bg-[hsl(211,26%,90%)] — CSS variable: --color-primary: hsl(211, 26%, 90%);