HSL(231, 36%, 88%)
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,36%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 36%, 88%) | color: hsl(231, 36%, 88%) | |
| HEX | #D5D9EB | color: #D5D9EB | |
| RGB | rgb(213, 217, 235) | color: rgb(213, 217, 235) | |
| CMYK | cmyk(9%, 8%, 0%, 8%) | — | |
| HSV | hsv(229, 9%, 92%) | — | |
| HWB | hwb(229 84% 8%) | color: hwb(229 84% 8%) | |
| OKLCH | oklch(0.8877 0.025 275.88) | color: oklch(0.8877 0.025 275.88) | |
| Lab | lab(86.88 2.07 -9.27) | color: lab(86.88 2.07 -9.27) | |
| LCH | lch(86.88 9.5 282.59) | color: lch(86.88 9.5 282.59) |
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)
#D7D7E7 — rgb(215, 215, 231)
Deuteranopia (Green-blind)
#D7D6E6 — rgb(215, 214, 230)
Tritanopia (Blue-blind)
#D5E3E2 — rgb(213, 227, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 36%, 88%);
text
color: hsl(231, 36%, 88%);
border
border: 2px solid hsl(231, 36%, 88%);
gradient light
background: linear-gradient(to right, hsl(231, 36%, 100%), hsl(231, 36%, 88%));
gradient dark
background: linear-gradient(to right, hsl(231, 36%, 88%), hsl(231, 36%, 68%))
hex
background-color: #D5D9EB;
tailwind
bg-[hsl(231,36%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 36%, 88%, 0.4);
css variable
--color-primary: hsl(231, 36%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 36%, 88%)?
HEX: #D5D9EB | RGB: rgb(213, 217, 235) | CMYK: 9%, 8%, 0%, 8% | HSV: 229°, 9%, 92%. Copy any format from the conversion table above.
What colors go well with #D5D9EB?
The complementary color is HSL(51, 36%, 88%). 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, 36%, 88%) in CSS?
As HSL: color: hsl(231, 36%, 88%); — As HEX: color: #D5D9EB; — As RGB: color: rgb(213, 217, 235); — Tailwind CSS: bg-[hsl(231,36%,88%)] — CSS variable: --color-primary: hsl(231, 36%, 88%);