HSL(212, 57%, 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(212,57%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 57%, 92%) | color: hsl(212, 57%, 92%) | |
| HEX | #DFEAF6 | color: #DFEAF6 | |
| RGB | rgb(223, 234, 246) | color: rgb(223, 234, 246) | |
| CMYK | cmyk(9%, 5%, 0%, 4%) | — | |
| HSV | hsv(211, 9%, 96%) | — | |
| HWB | hwb(211 87% 4%) | color: hwb(211 87% 4%) | |
| OKLCH | oklch(0.9323 0.0201 250.39) | color: oklch(0.9323 0.0201 250.39) | |
| Lab | lab(92.21 -1.37 -7.06) | color: lab(92.21 -1.37 -7.06) | |
| LCH | lch(92.21 7.19 259.02) | color: lch(92.21 7.19 259.02) |
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)
#E4E4F3 — rgb(228, 228, 243)
Deuteranopia (Green-blind)
#E3E2F2 — rgb(227, 226, 242)
Tritanopia (Blue-blind)
#E0F1F0 — rgb(224, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 57%, 92%);
text
color: hsl(212, 57%, 92%);
border
border: 2px solid hsl(212, 57%, 92%);
gradient light
background: linear-gradient(to right, hsl(212, 57%, 100%), hsl(212, 57%, 92%));
gradient dark
background: linear-gradient(to right, hsl(212, 57%, 92%), hsl(212, 57%, 72%))
hex
background-color: #DFEAF6;
tailwind
bg-[hsl(212,57%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 57%, 92%, 0.4);
css variable
--color-primary: hsl(212, 57%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 57%, 92%)?
HEX: #DFEAF6 | RGB: rgb(223, 234, 246) | CMYK: 9%, 5%, 0%, 4% | HSV: 211°, 9%, 96%. Copy any format from the conversion table above.
What colors go well with #DFEAF6?
The complementary color is HSL(32, 57%, 92%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(212, 57%, 92%) in CSS?
As HSL: color: hsl(212, 57%, 92%); — As HEX: color: #DFEAF6; — As RGB: color: rgb(223, 234, 246); — Tailwind CSS: bg-[hsl(212,57%,92%)] — CSS variable: --color-primary: hsl(212, 57%, 92%);