HSL(253, 52%, 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(253,52%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(253, 52%, 87%) | color: hsl(253, 52%, 87%) | |
| HEX | #D4CDEF | color: #D4CDEF | |
| RGB | rgb(212, 205, 239) | color: rgb(212, 205, 239) | |
| CMYK | cmyk(11%, 14%, 0%, 6%) | — | |
| HSV | hsv(252, 14%, 94%) | — | |
| HWB | hwb(252 81% 6%) | color: hwb(252 81% 6%) | |
| OKLCH | oklch(0.8646 0.0472 294.83) | color: oklch(0.8646 0.0472 294.83) | |
| Lab | lab(83.91 8.88 -15.84) | color: lab(83.91 8.88 -15.84) | |
| LCH | lch(83.91 18.16 299.28) | color: lch(83.91 18.16 299.28) |
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)
#D1D1E7 — rgb(209, 209, 231)
Deuteranopia (Green-blind)
#D1D2E5 — rgb(209, 210, 229)
Tritanopia (Blue-blind)
#D4E0DF — rgb(212, 224, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(253, 52%, 87%);
text
color: hsl(253, 52%, 87%);
border
border: 2px solid hsl(253, 52%, 87%);
gradient light
background: linear-gradient(to right, hsl(253, 52%, 100%), hsl(253, 52%, 87%));
gradient dark
background: linear-gradient(to right, hsl(253, 52%, 87%), hsl(253, 52%, 67%))
hex
background-color: #D4CDEF;
tailwind
bg-[hsl(253,52%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(253, 52%, 87%, 0.4);
css variable
--color-primary: hsl(253, 52%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(253, 52%, 87%)?
HEX: #D4CDEF | RGB: rgb(212, 205, 239) | CMYK: 11%, 14%, 0%, 6% | HSV: 252°, 14%, 94%. Copy any format from the conversion table above.
What colors go well with #D4CDEF?
The complementary color is HSL(73, 52%, 87%). For a triadic harmony, use hues 253°, 13°, and 133°. For analogous combinations, try hues 223° and 283°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(253, 52%, 87%) in CSS?
As HSL: color: hsl(253, 52%, 87%); — As HEX: color: #D4CDEF; — As RGB: color: rgb(212, 205, 239); — Tailwind CSS: bg-[hsl(253,52%,87%)] — CSS variable: --color-primary: hsl(253, 52%, 87%);