HSL(237, 54%, 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(237,54%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 54%, 91%) | color: hsl(237, 54%, 91%) | |
| HEX | #DCDDF4 | color: #DCDDF4 | |
| RGB | rgb(220, 221, 244) | color: rgb(220, 221, 244) | |
| CMYK | cmyk(10%, 9%, 0%, 4%) | — | |
| HSV | hsv(238, 10%, 96%) | — | |
| HWB | hwb(238 86% 4%) | color: hwb(238 86% 4%) | |
| OKLCH | oklch(0.9038 0.0313 283.77) | color: oklch(0.9038 0.0313 283.77) | |
| Lab | lab(88.67 4.01 -11.3) | color: lab(88.67 4.01 -11.3) | |
| LCH | lch(88.67 11.99 289.54) | color: lch(88.67 11.99 289.54) |
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)
#DCDCEE — rgb(220, 220, 238)
Deuteranopia (Green-blind)
#DCDCED — rgb(220, 220, 237)
Tritanopia (Blue-blind)
#DCEAE9 — rgb(220, 234, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 54%, 91%);
text
color: hsl(237, 54%, 91%);
border
border: 2px solid hsl(237, 54%, 91%);
gradient light
background: linear-gradient(to right, hsl(237, 54%, 100%), hsl(237, 54%, 91%));
gradient dark
background: linear-gradient(to right, hsl(237, 54%, 91%), hsl(237, 54%, 71%))
hex
background-color: #DCDDF4;
tailwind
bg-[hsl(237,54%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 54%, 91%, 0.4);
css variable
--color-primary: hsl(237, 54%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 54%, 91%)?
HEX: #DCDDF4 | RGB: rgb(220, 221, 244) | CMYK: 10%, 9%, 0%, 4% | HSV: 238°, 10%, 96%. Copy any format from the conversion table above.
What colors go well with #DCDDF4?
The complementary color is HSL(57, 54%, 91%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 54%, 91%) in CSS?
As HSL: color: hsl(237, 54%, 91%); — As HEX: color: #DCDDF4; — As RGB: color: rgb(220, 221, 244); — Tailwind CSS: bg-[hsl(237,54%,91%)] — CSS variable: --color-primary: hsl(237, 54%, 91%);