HSL(253, 50%, 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,50%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(253, 50%, 87%) | color: hsl(253, 50%, 87%) | |
| HEX | #D4CDEE | color: #D4CDEE | |
| RGB | rgb(212, 205, 238) | color: rgb(212, 205, 238) | |
| CMYK | cmyk(11%, 14%, 0%, 7%) | — | |
| HSV | hsv(253, 14%, 93%) | — | |
| HWB | hwb(253 80% 7%) | color: hwb(253 80% 7%) | |
| OKLCH | oklch(0.8643 0.0458 295.15) | color: oklch(0.8643 0.0458 295.15) | |
| Lab | lab(83.88 8.67 -15.35) | color: lab(83.88 8.67 -15.35) | |
| LCH | lch(83.88 17.63 299.46) | color: lch(83.88 17.63 299.46) |
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)
#D1D1E6 — rgb(209, 209, 230)
Deuteranopia (Green-blind)
#D1D2E4 — rgb(209, 210, 228)
Tritanopia (Blue-blind)
#D4E0DE — rgb(212, 224, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(253, 50%, 87%);
text
color: hsl(253, 50%, 87%);
border
border: 2px solid hsl(253, 50%, 87%);
gradient light
background: linear-gradient(to right, hsl(253, 50%, 100%), hsl(253, 50%, 87%));
gradient dark
background: linear-gradient(to right, hsl(253, 50%, 87%), hsl(253, 50%, 67%))
hex
background-color: #D4CDEE;
tailwind
bg-[hsl(253,50%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(253, 50%, 87%, 0.4);
css variable
--color-primary: hsl(253, 50%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(253, 50%, 87%)?
HEX: #D4CDEE | RGB: rgb(212, 205, 238) | CMYK: 11%, 14%, 0%, 7% | HSV: 253°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #D4CDEE?
The complementary color is HSL(73, 50%, 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, 50%, 87%) in CSS?
As HSL: color: hsl(253, 50%, 87%); — As HEX: color: #D4CDEE; — As RGB: color: rgb(212, 205, 238); — Tailwind CSS: bg-[hsl(253,50%,87%)] — CSS variable: --color-primary: hsl(253, 50%, 87%);