HSL(249, 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(249,52%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(249, 52%, 87%) color: hsl(249, 52%, 87%)
HEX #D2CDEF color: #D2CDEF
RGB rgb(210, 205, 239) color: rgb(210, 205, 239)
CMYK cmyk(12%, 14%, 0%, 6%)
HSV hsv(249, 14%, 94%)
HWB hwb(249 81% 6%) color: hwb(249 81% 6%)
OKLCH oklch(0.863 0.047 292.13) color: oklch(0.863 0.047 292.13)
Lab lab(83.75 8.24 -16.09) color: lab(83.75 8.24 -16.09)
LCH lch(83.75 18.08 297.12) color: lch(83.75 18.08 297.12)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.53:1
vs Black 13.72:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#D0D0E7 — rgb(208, 208, 231)

Deuteranopia (Green-blind)

#D0D1E5 — rgb(208, 209, 229)

Tritanopia (Blue-blind)

#D2E0DF — rgb(210, 224, 223)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(249, 52%, 87%);

text

color: hsl(249, 52%, 87%);

border

border: 2px solid hsl(249, 52%, 87%);

gradient light

background: linear-gradient(to right, hsl(249, 52%, 100%), hsl(249, 52%, 87%));

gradient dark

background: linear-gradient(to right, hsl(249, 52%, 87%), hsl(249, 52%, 67%))

hex

background-color: #D2CDEF;

tailwind

bg-[hsl(249,52%,87%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(249, 52%, 87%, 0.4);

css variable

--color-primary: hsl(249, 52%, 87%);

Related Colors

Use Cases for Very Light Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(249, 52%, 87%)?

HEX: #D2CDEF | RGB: rgb(210, 205, 239) | CMYK: 12%, 14%, 0%, 6% | HSV: 249°, 14%, 94%. Copy any format from the conversion table above.

What colors go well with #D2CDEF?

The complementary color is HSL(69, 52%, 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, 52%, 87%) in CSS?

As HSL: color: hsl(249, 52%, 87%); — As HEX: color: #D2CDEF; — As RGB: color: rgb(210, 205, 239); — Tailwind CSS: bg-[hsl(249,52%,87%)] — CSS variable: --color-primary: hsl(249, 52%, 87%);