HSL(247, 29%, 88%)

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(247,29%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(247, 29%, 88%) color: hsl(247, 29%, 88%)
HEX #DAD8E9 color: #DAD8E9
RGB rgb(218, 216, 233) color: rgb(218, 216, 233)
CMYK cmyk(6%, 7%, 0%, 9%)
HSV hsv(247, 7%, 91%)
HWB hwb(247 85% 9%) color: hwb(247 85% 9%)
OKLCH oklch(0.8889 0.0232 291.33) color: oklch(0.8889 0.0232 291.33)
Lab lab(86.95 3.83 -8.07) color: lab(86.95 3.83 -8.07)
LCH lch(86.95 8.93 295.39) color: lch(86.95 8.93 295.39)

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.4:1
vs Black 14.98: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)

#D9D9E5 — rgb(217, 217, 229)

Deuteranopia (Green-blind)

#D9D9E4 — rgb(217, 217, 228)

Tritanopia (Blue-blind)

#DAE2E1 — rgb(218, 226, 225)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(247, 29%, 88%);

text

color: hsl(247, 29%, 88%);

border

border: 2px solid hsl(247, 29%, 88%);

gradient light

background: linear-gradient(to right, hsl(247, 29%, 100%), hsl(247, 29%, 88%));

gradient dark

background: linear-gradient(to right, hsl(247, 29%, 88%), hsl(247, 29%, 68%))

hex

background-color: #DAD8E9;

tailwind

bg-[hsl(247,29%,88%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(247, 29%, 88%, 0.4);

css variable

--color-primary: hsl(247, 29%, 88%);

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(247, 29%, 88%)?

HEX: #DAD8E9 | RGB: rgb(218, 216, 233) | CMYK: 6%, 7%, 0%, 9% | HSV: 247°, 7%, 91%. Copy any format from the conversion table above.

What colors go well with #DAD8E9?

The complementary color is HSL(67, 29%, 88%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(247, 29%, 88%) in CSS?

As HSL: color: hsl(247, 29%, 88%); — As HEX: color: #DAD8E9; — As RGB: color: rgb(218, 216, 233); — Tailwind CSS: bg-[hsl(247,29%,88%)] — CSS variable: --color-primary: hsl(247, 29%, 88%);