HSL(236, 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(236,60%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 60%, 92%) | color: hsl(236, 60%, 92%) | |
| HEX | #DEE0F7 | color: #DEE0F7 | |
| RGB | rgb(222, 224, 247) | color: rgb(222, 224, 247) | |
| CMYK | cmyk(10%, 9%, 0%, 3%) | — | |
| HSV | hsv(235, 10%, 97%) | — | |
| HWB | hwb(235 87% 3%) | color: hwb(235 87% 3%) | |
| OKLCH | oklch(0.9121 0.0313 281.8) | color: oklch(0.9121 0.0313 281.8) | |
| Lab | lab(89.65 3.67 -11.39) | color: lab(89.65 3.67 -11.39) | |
| LCH | lch(89.65 11.97 287.86) | color: lch(89.65 11.97 287.86) |
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)
#DFDFF1 — rgb(223, 223, 241)
Deuteranopia (Green-blind)
#DFDFF0 — rgb(223, 223, 240)
Tritanopia (Blue-blind)
#DEEDEC — rgb(222, 237, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 60%, 92%);
text
color: hsl(236, 60%, 92%);
border
border: 2px solid hsl(236, 60%, 92%);
gradient light
background: linear-gradient(to right, hsl(236, 60%, 100%), hsl(236, 60%, 92%));
gradient dark
background: linear-gradient(to right, hsl(236, 60%, 92%), hsl(236, 60%, 72%))
hex
background-color: #DEE0F7;
tailwind
bg-[hsl(236,60%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 60%, 92%, 0.4);
css variable
--color-primary: hsl(236, 60%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 60%, 92%)?
HEX: #DEE0F7 | RGB: rgb(222, 224, 247) | CMYK: 10%, 9%, 0%, 3% | HSV: 235°, 10%, 97%. Copy any format from the conversion table above.
What colors go well with #DEE0F7?
The complementary color is HSL(56, 60%, 92%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 60%, 92%) in CSS?
As HSL: color: hsl(236, 60%, 92%); — As HEX: color: #DEE0F7; — As RGB: color: rgb(222, 224, 247); — Tailwind CSS: bg-[hsl(236,60%,92%)] — CSS variable: --color-primary: hsl(236, 60%, 92%);