HSL(232, 66%, 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(232,66%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 66%, 91%) | color: hsl(232, 66%, 91%) | |
| HEX | #D9DDF7 | color: #D9DDF7 | |
| RGB | rgb(217, 221, 247) | color: rgb(217, 221, 247) | |
| CMYK | cmyk(12%, 11%, 0%, 3%) | — | |
| HSV | hsv(232, 12%, 97%) | — | |
| HWB | hwb(232 85% 3%) | color: hwb(232 85% 3%) | |
| OKLCH | oklch(0.9025 0.0358 278.71) | color: oklch(0.9025 0.0358 278.71) | |
| Lab | lab(88.53 3.65 -13.1) | color: lab(88.53 3.65 -13.1) | |
| LCH | lch(88.53 13.6 285.57) | color: lch(88.53 13.6 285.57) |
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)
#DBDBF1 — rgb(219, 219, 241)
Deuteranopia (Green-blind)
#DBDAEF — rgb(219, 218, 239)
Tritanopia (Blue-blind)
#D9ECEB — rgb(217, 236, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 66%, 91%);
text
color: hsl(232, 66%, 91%);
border
border: 2px solid hsl(232, 66%, 91%);
gradient light
background: linear-gradient(to right, hsl(232, 66%, 100%), hsl(232, 66%, 91%));
gradient dark
background: linear-gradient(to right, hsl(232, 66%, 91%), hsl(232, 66%, 71%))
hex
background-color: #D9DDF7;
tailwind
bg-[hsl(232,66%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 66%, 91%, 0.4);
css variable
--color-primary: hsl(232, 66%, 91%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 66%, 91%)?
HEX: #D9DDF7 | RGB: rgb(217, 221, 247) | CMYK: 12%, 11%, 0%, 3% | HSV: 232°, 12%, 97%. Copy any format from the conversion table above.
What colors go well with #D9DDF7?
The complementary color is HSL(52, 66%, 91%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 66%, 91%) in CSS?
As HSL: color: hsl(232, 66%, 91%); — As HEX: color: #D9DDF7; — As RGB: color: rgb(217, 221, 247); — Tailwind CSS: bg-[hsl(232,66%,91%)] — CSS variable: --color-primary: hsl(232, 66%, 91%);