HSL(239, 55%, 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(239,55%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(239, 55%, 92%) | color: hsl(239, 55%, 92%) | |
| HEX | #DFE0F6 | color: #DFE0F6 | |
| RGB | rgb(223, 224, 246) | color: rgb(223, 224, 246) | |
| CMYK | cmyk(9%, 9%, 0%, 4%) | — | |
| HSV | hsv(237, 9%, 96%) | — | |
| HWB | hwb(237 87% 4%) | color: hwb(237 87% 4%) | |
| OKLCH | oklch(0.9126 0.0299 283.72) | color: oklch(0.9126 0.0299 283.72) | |
| Lab | lab(89.7 3.8 -10.79) | color: lab(89.7 3.8 -10.79) | |
| LCH | lch(89.7 11.44 289.4) | color: lch(89.7 11.44 289.4) |
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)
#DFDFEF — rgb(223, 223, 239)
Tritanopia (Blue-blind)
#DFECEC — rgb(223, 236, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(239, 55%, 92%);
text
color: hsl(239, 55%, 92%);
border
border: 2px solid hsl(239, 55%, 92%);
gradient light
background: linear-gradient(to right, hsl(239, 55%, 100%), hsl(239, 55%, 92%));
gradient dark
background: linear-gradient(to right, hsl(239, 55%, 92%), hsl(239, 55%, 72%))
hex
background-color: #DFE0F6;
tailwind
bg-[hsl(239,55%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(239, 55%, 92%, 0.4);
css variable
--color-primary: hsl(239, 55%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(239, 55%, 92%)?
HEX: #DFE0F6 | RGB: rgb(223, 224, 246) | CMYK: 9%, 9%, 0%, 4% | HSV: 237°, 9%, 96%. Copy any format from the conversion table above.
What colors go well with #DFE0F6?
The complementary color is HSL(59, 55%, 92%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(239, 55%, 92%) in CSS?
As HSL: color: hsl(239, 55%, 92%); — As HEX: color: #DFE0F6; — As RGB: color: rgb(223, 224, 246); — Tailwind CSS: bg-[hsl(239,55%,92%)] — CSS variable: --color-primary: hsl(239, 55%, 92%);