HSL(221, 28%, 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(221,28%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 28%, 89%) | color: hsl(221, 28%, 89%) | |
| HEX | #DBE0EB | color: #DBE0EB | |
| RGB | rgb(219, 224, 235) | color: rgb(219, 224, 235) | |
| CMYK | cmyk(7%, 5%, 0%, 8%) | — | |
| HSV | hsv(221, 7%, 92%) | — | |
| HWB | hwb(221 86% 8%) | color: hwb(221 86% 8%) | |
| OKLCH | oklch(0.9061 0.0159 266.27) | color: oklch(0.9061 0.0159 266.27) | |
| Lab | lab(89.1 0.38 -5.94) | color: lab(89.1 0.38 -5.94) | |
| LCH | lch(89.1 5.95 273.66) | color: lch(89.1 5.95 273.66) |
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)
#DDDDE8 — rgb(221, 221, 232)
Tritanopia (Blue-blind)
#DBE6E6 — rgb(219, 230, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 28%, 89%);
text
color: hsl(221, 28%, 89%);
border
border: 2px solid hsl(221, 28%, 89%);
gradient light
background: linear-gradient(to right, hsl(221, 28%, 100%), hsl(221, 28%, 89%));
gradient dark
background: linear-gradient(to right, hsl(221, 28%, 89%), hsl(221, 28%, 69%))
hex
background-color: #DBE0EB;
tailwind
bg-[hsl(221,28%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 28%, 89%, 0.4);
css variable
--color-primary: hsl(221, 28%, 89%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 28%, 89%)?
HEX: #DBE0EB | RGB: rgb(219, 224, 235) | CMYK: 7%, 5%, 0%, 8% | HSV: 221°, 7%, 92%. Copy any format from the conversion table above.
What colors go well with #DBE0EB?
The complementary color is HSL(41, 28%, 89%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 28%, 89%) in CSS?
As HSL: color: hsl(221, 28%, 89%); — As HEX: color: #DBE0EB; — As RGB: color: rgb(219, 224, 235); — Tailwind CSS: bg-[hsl(221,28%,89%)] — CSS variable: --color-primary: hsl(221, 28%, 89%);