HSL(229, 67%, 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(229,67%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 67%, 92%) | color: hsl(229, 67%, 92%) | |
| HEX | #DDE2F8 | color: #DDE2F8 | |
| RGB | rgb(221, 226, 248) | color: rgb(221, 226, 248) | |
| CMYK | cmyk(11%, 9%, 0%, 3%) | — | |
| HSV | hsv(229, 11%, 97%) | — | |
| HWB | hwb(229 86% 3%) | color: hwb(229 86% 3%) | |
| OKLCH | oklch(0.9156 0.0304 275.59) | color: oklch(0.9156 0.0304 275.59) | |
| Lab | lab(90.11 2.51 -11.24) | color: lab(90.11 2.51 -11.24) | |
| LCH | lch(90.11 11.52 282.59) | color: lch(90.11 11.52 282.59) |
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)
#DFDFF3 — rgb(223, 223, 243)
Deuteranopia (Green-blind)
#DFDFF1 — rgb(223, 223, 241)
Tritanopia (Blue-blind)
#DDEEEE — rgb(221, 238, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 67%, 92%);
text
color: hsl(229, 67%, 92%);
border
border: 2px solid hsl(229, 67%, 92%);
gradient light
background: linear-gradient(to right, hsl(229, 67%, 100%), hsl(229, 67%, 92%));
gradient dark
background: linear-gradient(to right, hsl(229, 67%, 92%), hsl(229, 67%, 72%))
hex
background-color: #DDE2F8;
tailwind
bg-[hsl(229,67%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 67%, 92%, 0.4);
css variable
--color-primary: hsl(229, 67%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 67%, 92%)?
HEX: #DDE2F8 | RGB: rgb(221, 226, 248) | CMYK: 11%, 9%, 0%, 3% | HSV: 229°, 11%, 97%. Copy any format from the conversion table above.
What colors go well with #DDE2F8?
The complementary color is HSL(49, 67%, 92%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 67%, 92%) in CSS?
As HSL: color: hsl(229, 67%, 92%); — As HEX: color: #DDE2F8; — As RGB: color: rgb(221, 226, 248); — Tailwind CSS: bg-[hsl(229,67%,92%)] — CSS variable: --color-primary: hsl(229, 67%, 92%);