HSL(231, 41%, 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(231,41%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 41%, 90%) | color: hsl(231, 41%, 90%) | |
| HEX | #DBDEF0 | color: #DBDEF0 | |
| RGB | rgb(219, 222, 240) | color: rgb(219, 222, 240) | |
| CMYK | cmyk(9%, 8%, 0%, 6%) | — | |
| HSV | hsv(231, 9%, 94%) | — | |
| HWB | hwb(231 86% 6%) | color: hwb(231 86% 6%) | |
| OKLCH | oklch(0.9037 0.0247 278.34) | color: oklch(0.9037 0.0247 278.34) | |
| Lab | lab(88.73 2.38 -9.11) | color: lab(88.73 2.38 -9.11) | |
| LCH | lch(88.73 9.42 284.64) | color: lch(88.73 9.42 284.64) |
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)
#DCDCEC — rgb(220, 220, 236)
Deuteranopia (Green-blind)
#DCDCEB — rgb(220, 220, 235)
Tritanopia (Blue-blind)
#DBE8E7 — rgb(219, 232, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 41%, 90%);
text
color: hsl(231, 41%, 90%);
border
border: 2px solid hsl(231, 41%, 90%);
gradient light
background: linear-gradient(to right, hsl(231, 41%, 100%), hsl(231, 41%, 90%));
gradient dark
background: linear-gradient(to right, hsl(231, 41%, 90%), hsl(231, 41%, 70%))
hex
background-color: #DBDEF0;
tailwind
bg-[hsl(231,41%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 41%, 90%, 0.4);
css variable
--color-primary: hsl(231, 41%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 41%, 90%)?
HEX: #DBDEF0 | RGB: rgb(219, 222, 240) | CMYK: 9%, 8%, 0%, 6% | HSV: 231°, 9%, 94%. Copy any format from the conversion table above.
What colors go well with #DBDEF0?
The complementary color is HSL(51, 41%, 90%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 41%, 90%) in CSS?
As HSL: color: hsl(231, 41%, 90%); — As HEX: color: #DBDEF0; — As RGB: color: rgb(219, 222, 240); — Tailwind CSS: bg-[hsl(231,41%,90%)] — CSS variable: --color-primary: hsl(231, 41%, 90%);