HSL(248, 76%, 91%)
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(248,76%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(248, 76%, 91%) | color: hsl(248, 76%, 91%) | |
| HEX | #DBD7F9 | color: #DBD7F9 | |
| RGB | rgb(219, 215, 249) | color: rgb(219, 215, 249) | |
| CMYK | cmyk(12%, 14%, 0%, 2%) | — | |
| HSV | hsv(247, 14%, 98%) | — | |
| HWB | hwb(247 84% 2%) | color: hwb(247 84% 2%) | |
| OKLCH | oklch(0.8929 0.0465 290.82) | color: oklch(0.8929 0.0465 290.82) | |
| Lab | lab(87.24 7.83 -16.07) | color: lab(87.24 7.83 -16.07) | |
| LCH | lch(87.24 17.88 295.98) | color: lch(87.24 17.88 295.98) |
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)
#D9D9F1 — rgb(217, 217, 241)
Deuteranopia (Green-blind)
#DADAEF — rgb(218, 218, 239)
Tritanopia (Blue-blind)
#DBEAE9 — rgb(219, 234, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(248, 76%, 91%);
text
color: hsl(248, 76%, 91%);
border
border: 2px solid hsl(248, 76%, 91%);
gradient light
background: linear-gradient(to right, hsl(248, 76%, 100%), hsl(248, 76%, 91%));
gradient dark
background: linear-gradient(to right, hsl(248, 76%, 91%), hsl(248, 76%, 71%))
hex
background-color: #DBD7F9;
tailwind
bg-[hsl(248,76%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(248, 76%, 91%, 0.4);
css variable
--color-primary: hsl(248, 76%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(248, 76%, 91%)?
HEX: #DBD7F9 | RGB: rgb(219, 215, 249) | CMYK: 12%, 14%, 0%, 2% | HSV: 247°, 14%, 98%. Copy any format from the conversion table above.
What colors go well with #DBD7F9?
The complementary color is HSL(68, 76%, 91%). For a triadic harmony, use hues 248°, 8°, and 128°. For analogous combinations, try hues 218° and 278°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(248, 76%, 91%) in CSS?
As HSL: color: hsl(248, 76%, 91%); — As HEX: color: #DBD7F9; — As RGB: color: rgb(219, 215, 249); — Tailwind CSS: bg-[hsl(248,76%,91%)] — CSS variable: --color-primary: hsl(248, 76%, 91%);