HSL(252, 25%, 87%)
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(252,25%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(252, 25%, 87%) | color: hsl(252, 25%, 87%) | |
| HEX | #D9D6E6 | color: #D9D6E6 | |
| RGB | rgb(217, 214, 230) | color: rgb(217, 214, 230) | |
| CMYK | cmyk(6%, 7%, 0%, 10%) | — | |
| HSV | hsv(251, 7%, 90%) | — | |
| HWB | hwb(251 84% 10%) | color: hwb(251 84% 10%) | |
| OKLCH | oklch(0.8832 0.022 294.55) | color: oklch(0.8832 0.022 294.55) | |
| Lab | lab(86.28 3.98 -7.48) | color: lab(86.28 3.98 -7.48) | |
| LCH | lch(86.28 8.47 298.02) | color: lch(86.28 8.47 298.02) |
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)
#D8D8E2 — rgb(216, 216, 226)
Deuteranopia (Green-blind)
#D8D8E1 — rgb(216, 216, 225)
Tritanopia (Blue-blind)
#D9DFDE — rgb(217, 223, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(252, 25%, 87%);
text
color: hsl(252, 25%, 87%);
border
border: 2px solid hsl(252, 25%, 87%);
gradient light
background: linear-gradient(to right, hsl(252, 25%, 100%), hsl(252, 25%, 87%));
gradient dark
background: linear-gradient(to right, hsl(252, 25%, 87%), hsl(252, 25%, 67%))
hex
background-color: #D9D6E6;
tailwind
bg-[hsl(252,25%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(252, 25%, 87%, 0.4);
css variable
--color-primary: hsl(252, 25%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(252, 25%, 87%)?
HEX: #D9D6E6 | RGB: rgb(217, 214, 230) | CMYK: 6%, 7%, 0%, 10% | HSV: 251°, 7%, 90%. Copy any format from the conversion table above.
What colors go well with #D9D6E6?
The complementary color is HSL(72, 25%, 87%). For a triadic harmony, use hues 252°, 12°, and 132°. For analogous combinations, try hues 222° and 282°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(252, 25%, 87%) in CSS?
As HSL: color: hsl(252, 25%, 87%); — As HEX: color: #D9D6E6; — As RGB: color: rgb(217, 214, 230); — Tailwind CSS: bg-[hsl(252,25%,87%)] — CSS variable: --color-primary: hsl(252, 25%, 87%);