HSL(251, 67%, 90%)
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(251,67%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(251, 67%, 90%) | color: hsl(251, 67%, 90%) | |
| HEX | #DBD4F7 | color: #DBD4F7 | |
| RGB | rgb(219, 212, 247) | color: rgb(219, 212, 247) | |
| CMYK | cmyk(11%, 14%, 0%, 3%) | — | |
| HSV | hsv(252, 14%, 97%) | — | |
| HWB | hwb(252 83% 3%) | color: hwb(252 83% 3%) | |
| OKLCH | oklch(0.8864 0.0482 294.57) | color: oklch(0.8864 0.0482 294.57) | |
| Lab | lab(86.44 9.01 -16.23) | color: lab(86.44 9.01 -16.23) | |
| LCH | lch(86.44 18.56 299.04) | color: lch(86.44 18.56 299.04) |
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)
#D8D8EF — rgb(216, 216, 239)
Deuteranopia (Green-blind)
#D8D9ED — rgb(216, 217, 237)
Tritanopia (Blue-blind)
#DBE8E6 — rgb(219, 232, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(251, 67%, 90%);
text
color: hsl(251, 67%, 90%);
border
border: 2px solid hsl(251, 67%, 90%);
gradient light
background: linear-gradient(to right, hsl(251, 67%, 100%), hsl(251, 67%, 90%));
gradient dark
background: linear-gradient(to right, hsl(251, 67%, 90%), hsl(251, 67%, 70%))
hex
background-color: #DBD4F7;
tailwind
bg-[hsl(251,67%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(251, 67%, 90%, 0.4);
css variable
--color-primary: hsl(251, 67%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(251, 67%, 90%)?
HEX: #DBD4F7 | RGB: rgb(219, 212, 247) | CMYK: 11%, 14%, 0%, 3% | HSV: 252°, 14%, 97%. Copy any format from the conversion table above.
What colors go well with #DBD4F7?
The complementary color is HSL(71, 67%, 90%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(251, 67%, 90%) in CSS?
As HSL: color: hsl(251, 67%, 90%); — As HEX: color: #DBD4F7; — As RGB: color: rgb(219, 212, 247); — Tailwind CSS: bg-[hsl(251,67%,90%)] — CSS variable: --color-primary: hsl(251, 67%, 90%);