HSL(211, 60%, 92%)
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,60%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 60%, 92%) | color: hsl(211, 60%, 92%) | |
| HEX | #DEEAF7 | color: #DEEAF7 | |
| RGB | rgb(222, 234, 247) | color: rgb(222, 234, 247) | |
| CMYK | cmyk(10%, 5%, 0%, 3%) | — | |
| HSV | hsv(211, 10%, 97%) | — | |
| HWB | hwb(211 87% 3%) | color: hwb(211 87% 3%) | |
| OKLCH | oklch(0.9319 0.0218 250.22) | color: oklch(0.9319 0.0218 250.22) | |
| Lab | lab(92.17 -1.5 -7.65) | color: lab(92.17 -1.5 -7.65) | |
| LCH | lch(92.17 7.8 258.91) | color: lch(92.17 7.8 258.91) |
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)
#E3E3F4 — rgb(227, 227, 244)
Deuteranopia (Green-blind)
#E3E2F3 — rgb(227, 226, 243)
Tritanopia (Blue-blind)
#DFF1F1 — rgb(223, 241, 241)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 60%, 92%);
text
color: hsl(211, 60%, 92%);
border
border: 2px solid hsl(211, 60%, 92%);
gradient light
background: linear-gradient(to right, hsl(211, 60%, 100%), hsl(211, 60%, 92%));
gradient dark
background: linear-gradient(to right, hsl(211, 60%, 92%), hsl(211, 60%, 72%))
hex
background-color: #DEEAF7;
tailwind
bg-[hsl(211,60%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 60%, 92%, 0.4);
css variable
--color-primary: hsl(211, 60%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 60%, 92%)?
HEX: #DEEAF7 | RGB: rgb(222, 234, 247) | CMYK: 10%, 5%, 0%, 3% | HSV: 211°, 10%, 97%. Copy any format from the conversion table above.
What colors go well with #DEEAF7?
The complementary color is HSL(31, 60%, 92%). 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, 60%, 92%) in CSS?
As HSL: color: hsl(211, 60%, 92%); — As HEX: color: #DEEAF7; — As RGB: color: rgb(222, 234, 247); — Tailwind CSS: bg-[hsl(211,60%,92%)] — CSS variable: --color-primary: hsl(211, 60%, 92%);