HSL(223, 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(223,26%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(223, 26%, 90%) | color: hsl(223, 26%, 90%) | |
| HEX | #DFE3EC | color: #DFE3EC | |
| RGB | rgb(223, 227, 236) | color: rgb(223, 227, 236) | |
| CMYK | cmyk(6%, 4%, 0%, 7%) | — | |
| HSV | hsv(222, 6%, 93%) | — | |
| HWB | hwb(222 87% 7%) | color: hwb(222 87% 7%) | |
| OKLCH | oklch(0.9154 0.013 266.7) | color: oklch(0.9154 0.013 266.7) | |
| Lab | lab(90.17 0.32 -4.84) | color: lab(90.17 0.32 -4.84) | |
| LCH | lch(90.17 4.85 273.78) | color: lch(90.17 4.85 273.78) |
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)
#E1E1EA — rgb(225, 225, 234)
Deuteranopia (Green-blind)
#E1E0E9 — rgb(225, 224, 233)
Tritanopia (Blue-blind)
#DFE8E8 — rgb(223, 232, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(223, 26%, 90%);
text
color: hsl(223, 26%, 90%);
border
border: 2px solid hsl(223, 26%, 90%);
gradient light
background: linear-gradient(to right, hsl(223, 26%, 100%), hsl(223, 26%, 90%));
gradient dark
background: linear-gradient(to right, hsl(223, 26%, 90%), hsl(223, 26%, 70%))
hex
background-color: #DFE3EC;
tailwind
bg-[hsl(223,26%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(223, 26%, 90%, 0.4);
css variable
--color-primary: hsl(223, 26%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(223, 26%, 90%)?
HEX: #DFE3EC | RGB: rgb(223, 227, 236) | CMYK: 6%, 4%, 0%, 7% | HSV: 222°, 6%, 93%. Copy any format from the conversion table above.
What colors go well with #DFE3EC?
The complementary color is HSL(43, 26%, 90%). For a triadic harmony, use hues 223°, 343°, and 103°. For analogous combinations, try hues 193° and 253°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(223, 26%, 90%) in CSS?
As HSL: color: hsl(223, 26%, 90%); — As HEX: color: #DFE3EC; — As RGB: color: rgb(223, 227, 236); — Tailwind CSS: bg-[hsl(223,26%,90%)] — CSS variable: --color-primary: hsl(223, 26%, 90%);