HSL(237, 75%, 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,75%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 75%, 91%) | color: hsl(237, 75%, 91%) | |
| HEX | #D7D9F9 | color: #D7D9F9 | |
| RGB | rgb(215, 217, 249) | color: rgb(215, 217, 249) | |
| CMYK | cmyk(14%, 13%, 0%, 2%) | — | |
| HSV | hsv(236, 14%, 98%) | — | |
| HWB | hwb(236 84% 2%) | color: hwb(236 84% 2%) | |
| OKLCH | oklch(0.8938 0.0438 282.64) | color: oklch(0.8938 0.0438 282.64) | |
| Lab | lab(87.44 5.52 -15.8) | color: lab(87.44 5.52 -15.8) | |
| LCH | lch(87.44 16.74 289.26) | color: lch(87.44 16.74 289.26) |
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)
#D8D8F1 — rgb(216, 216, 241)
Deuteranopia (Green-blind)
#D8D8EF — rgb(216, 216, 239)
Tritanopia (Blue-blind)
#D7EBEA — rgb(215, 235, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 75%, 91%);
text
color: hsl(237, 75%, 91%);
border
border: 2px solid hsl(237, 75%, 91%);
gradient light
background: linear-gradient(to right, hsl(237, 75%, 100%), hsl(237, 75%, 91%));
gradient dark
background: linear-gradient(to right, hsl(237, 75%, 91%), hsl(237, 75%, 71%))
hex
background-color: #D7D9F9;
tailwind
bg-[hsl(237,75%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 75%, 91%, 0.4);
css variable
--color-primary: hsl(237, 75%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 75%, 91%)?
HEX: #D7D9F9 | RGB: rgb(215, 217, 249) | CMYK: 14%, 13%, 0%, 2% | HSV: 236°, 14%, 98%. Copy any format from the conversion table above.
What colors go well with #D7D9F9?
The complementary color is HSL(57, 75%, 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, 75%, 91%) in CSS?
As HSL: color: hsl(237, 75%, 91%); — As HEX: color: #D7D9F9; — As RGB: color: rgb(215, 217, 249); — Tailwind CSS: bg-[hsl(237,75%,91%)] — CSS variable: --color-primary: hsl(237, 75%, 91%);