HSL(207, 26%, 90%)
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(207,26%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 26%, 90%) | color: hsl(207, 26%, 90%) | |
| HEX | #DFE6EC | color: #DFE6EC | |
| RGB | rgb(223, 230, 236) | color: rgb(223, 230, 236) | |
| CMYK | cmyk(6%, 3%, 0%, 7%) | — | |
| HSV | hsv(208, 6%, 93%) | — | |
| HWB | hwb(208 87% 7%) | color: hwb(208 87% 7%) | |
| OKLCH | oklch(0.9214 0.0111 243.66) | color: oklch(0.9214 0.0111 243.66) | |
| Lab | lab(90.93 -1.22 -3.72) | color: lab(90.93 -1.22 -3.72) | |
| LCH | lch(90.93 3.91 251.84) | color: lch(90.93 3.91 251.84) |
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)
#E2E2EB — rgb(226, 226, 235)
Deuteranopia (Green-blind)
#E2E1EA — rgb(226, 225, 234)
Tritanopia (Blue-blind)
#DFE9E9 — rgb(223, 233, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 26%, 90%);
text
color: hsl(207, 26%, 90%);
border
border: 2px solid hsl(207, 26%, 90%);
gradient light
background: linear-gradient(to right, hsl(207, 26%, 100%), hsl(207, 26%, 90%));
gradient dark
background: linear-gradient(to right, hsl(207, 26%, 90%), hsl(207, 26%, 70%))
hex
background-color: #DFE6EC;
tailwind
bg-[hsl(207,26%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 26%, 90%, 0.4);
css variable
--color-primary: hsl(207, 26%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 26%, 90%)?
HEX: #DFE6EC | RGB: rgb(223, 230, 236) | CMYK: 6%, 3%, 0%, 7% | HSV: 208°, 6%, 93%. Copy any format from the conversion table above.
What colors go well with #DFE6EC?
The complementary color is HSL(27, 26%, 90%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 26%, 90%) in CSS?
As HSL: color: hsl(207, 26%, 90%); — As HEX: color: #DFE6EC; — As RGB: color: rgb(223, 230, 236); — Tailwind CSS: bg-[hsl(207,26%,90%)] — CSS variable: --color-primary: hsl(207, 26%, 90%);