HSL(217, 62%, 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(217,62%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 62%, 92%) | color: hsl(217, 62%, 92%) | |
| HEX | #DEE8F7 | color: #DEE8F7 | |
| RGB | rgb(222, 232, 247) | color: rgb(222, 232, 247) | |
| CMYK | cmyk(10%, 6%, 0%, 3%) | — | |
| HSV | hsv(216, 10%, 97%) | — | |
| HWB | hwb(216 87% 3%) | color: hwb(216 87% 3%) | |
| OKLCH | oklch(0.9279 0.023 258.36) | color: oklch(0.9279 0.023 258.36) | |
| Lab | lab(91.67 -0.47 -8.4) | color: lab(91.67 -0.47 -8.4) | |
| LCH | lch(91.67 8.41 266.8) | color: lch(91.67 8.41 266.8) |
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)
#E2E2F3 — rgb(226, 226, 243)
Deuteranopia (Green-blind)
#E2E1F3 — rgb(226, 225, 243)
Tritanopia (Blue-blind)
#DFF1F0 — rgb(223, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 62%, 92%);
text
color: hsl(217, 62%, 92%);
border
border: 2px solid hsl(217, 62%, 92%);
gradient light
background: linear-gradient(to right, hsl(217, 62%, 100%), hsl(217, 62%, 92%));
gradient dark
background: linear-gradient(to right, hsl(217, 62%, 92%), hsl(217, 62%, 72%))
hex
background-color: #DEE8F7;
tailwind
bg-[hsl(217,62%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 62%, 92%, 0.4);
css variable
--color-primary: hsl(217, 62%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 62%, 92%)?
HEX: #DEE8F7 | RGB: rgb(222, 232, 247) | CMYK: 10%, 6%, 0%, 3% | HSV: 216°, 10%, 97%. Copy any format from the conversion table above.
What colors go well with #DEE8F7?
The complementary color is HSL(37, 62%, 92%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 62%, 92%) in CSS?
As HSL: color: hsl(217, 62%, 92%); — As HEX: color: #DEE8F7; — As RGB: color: rgb(222, 232, 247); — Tailwind CSS: bg-[hsl(217,62%,92%)] — CSS variable: --color-primary: hsl(217, 62%, 92%);