HSL(249, 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(249,50%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 50%, 87%) | color: hsl(249, 50%, 87%) | |
| HEX | #D2CDEE | color: #D2CDEE | |
| RGB | rgb(210, 205, 238) | color: rgb(210, 205, 238) | |
| CMYK | cmyk(12%, 14%, 0%, 7%) | — | |
| HSV | hsv(249, 14%, 93%) | — | |
| HWB | hwb(249 80% 7%) | color: hwb(249 80% 7%) | |
| OKLCH | oklch(0.8627 0.0456 292.37) | color: oklch(0.8627 0.0456 292.37) | |
| Lab | lab(83.72 8.03 -15.6) | color: lab(83.72 8.03 -15.6) | |
| LCH | lch(83.72 17.55 297.24) | color: lch(83.72 17.55 297.24) |
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)
#D0D0E6 — rgb(208, 208, 230)
Deuteranopia (Green-blind)
#D0D1E4 — rgb(208, 209, 228)
Tritanopia (Blue-blind)
#D2E0DE — rgb(210, 224, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 50%, 87%);
text
color: hsl(249, 50%, 87%);
border
border: 2px solid hsl(249, 50%, 87%);
gradient light
background: linear-gradient(to right, hsl(249, 50%, 100%), hsl(249, 50%, 87%));
gradient dark
background: linear-gradient(to right, hsl(249, 50%, 87%), hsl(249, 50%, 67%))
hex
background-color: #D2CDEE;
tailwind
bg-[hsl(249,50%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 50%, 87%, 0.4);
css variable
--color-primary: hsl(249, 50%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 50%, 87%)?
HEX: #D2CDEE | RGB: rgb(210, 205, 238) | CMYK: 12%, 14%, 0%, 7% | HSV: 249°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #D2CDEE?
The complementary color is HSL(69, 50%, 87%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(249, 50%, 87%) in CSS?
As HSL: color: hsl(249, 50%, 87%); — As HEX: color: #D2CDEE; — As RGB: color: rgb(210, 205, 238); — Tailwind CSS: bg-[hsl(249,50%,87%)] — CSS variable: --color-primary: hsl(249, 50%, 87%);