HSL(236, 37%, 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(236,37%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 37%, 88%) | color: hsl(236, 37%, 88%) | |
| HEX | #D5D7EC | color: #D5D7EC | |
| RGB | rgb(213, 215, 236) | color: rgb(213, 215, 236) | |
| CMYK | cmyk(10%, 9%, 0%, 7%) | — | |
| HSV | hsv(235, 10%, 93%) | — | |
| HWB | hwb(235 84% 7%) | color: hwb(235 84% 7%) | |
| OKLCH | oklch(0.884 0.0288 281.46) | color: oklch(0.884 0.0288 281.46) | |
| Lab | lab(86.41 3.31 -10.51) | color: lab(86.41 3.31 -10.51) | |
| LCH | lch(86.41 11.02 287.48) | color: lch(86.41 11.02 287.48) |
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)
#D6D6E7 — rgb(214, 214, 231)
Deuteranopia (Green-blind)
#D6D6E6 — rgb(214, 214, 230)
Tritanopia (Blue-blind)
#D5E3E2 — rgb(213, 227, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 37%, 88%);
text
color: hsl(236, 37%, 88%);
border
border: 2px solid hsl(236, 37%, 88%);
gradient light
background: linear-gradient(to right, hsl(236, 37%, 100%), hsl(236, 37%, 88%));
gradient dark
background: linear-gradient(to right, hsl(236, 37%, 88%), hsl(236, 37%, 68%))
hex
background-color: #D5D7EC;
tailwind
bg-[hsl(236,37%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 37%, 88%, 0.4);
css variable
--color-primary: hsl(236, 37%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 37%, 88%)?
HEX: #D5D7EC | RGB: rgb(213, 215, 236) | CMYK: 10%, 9%, 0%, 7% | HSV: 235°, 10%, 93%. Copy any format from the conversion table above.
What colors go well with #D5D7EC?
The complementary color is HSL(56, 37%, 88%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 37%, 88%) in CSS?
As HSL: color: hsl(236, 37%, 88%); — As HEX: color: #D5D7EC; — As RGB: color: rgb(213, 215, 236); — Tailwind CSS: bg-[hsl(236,37%,88%)] — CSS variable: --color-primary: hsl(236, 37%, 88%);