HSL(223, 30%, 89%)
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(223,30%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(223, 30%, 89%) | color: hsl(223, 30%, 89%) | |
| HEX | #DBDFEB | color: #DBDFEB | |
| RGB | rgb(219, 223, 235) | color: rgb(219, 223, 235) | |
| CMYK | cmyk(7%, 5%, 0%, 8%) | — | |
| HSV | hsv(225, 7%, 92%) | — | |
| HWB | hwb(225 86% 8%) | color: hwb(225 86% 8%) | |
| OKLCH | oklch(0.9041 0.0169 271.23) | color: oklch(0.9041 0.0169 271.23) | |
| Lab | lab(88.84 0.89 -6.31) | color: lab(88.84 0.89 -6.31) | |
| LCH | lch(88.84 6.37 278.03) | color: lch(88.84 6.37 278.03) |
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)
#DDDDE8 — rgb(221, 221, 232)
Deuteranopia (Green-blind)
#DDDCE7 — rgb(221, 220, 231)
Tritanopia (Blue-blind)
#DBE6E5 — rgb(219, 230, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(223, 30%, 89%);
text
color: hsl(223, 30%, 89%);
border
border: 2px solid hsl(223, 30%, 89%);
gradient light
background: linear-gradient(to right, hsl(223, 30%, 100%), hsl(223, 30%, 89%));
gradient dark
background: linear-gradient(to right, hsl(223, 30%, 89%), hsl(223, 30%, 69%))
hex
background-color: #DBDFEB;
tailwind
bg-[hsl(223,30%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(223, 30%, 89%, 0.4);
css variable
--color-primary: hsl(223, 30%, 89%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(223, 30%, 89%)?
HEX: #DBDFEB | RGB: rgb(219, 223, 235) | CMYK: 7%, 5%, 0%, 8% | HSV: 225°, 7%, 92%. Copy any format from the conversion table above.
What colors go well with #DBDFEB?
The complementary color is HSL(43, 30%, 89%). For a triadic harmony, use hues 223°, 343°, and 103°. For analogous combinations, try hues 193° and 253°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(223, 30%, 89%) in CSS?
As HSL: color: hsl(223, 30%, 89%); — As HEX: color: #DBDFEB; — As RGB: color: rgb(219, 223, 235); — Tailwind CSS: bg-[hsl(223,30%,89%)] — CSS variable: --color-primary: hsl(223, 30%, 89%);