HSL(243, 52%, 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(243,52%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(243, 52%, 88%) color: hsl(243, 52%, 88%)
HEX #D2D0F0 color: #D2D0F0
RGB rgb(210, 208, 240) color: rgb(210, 208, 240)
CMYK cmyk(13%, 13%, 0%, 6%)
HSV hsv(244, 13%, 94%)
HWB hwb(244 82% 6%) color: hwb(244 82% 6%)
OKLCH oklch(0.8692 0.044 288.31) color: oklch(0.8692 0.044 288.31)
Lab lab(84.54 6.85 -15.44) color: lab(84.54 6.85 -15.44)
LCH lch(84.54 16.89 293.92) color: lch(84.54 16.89 293.92)

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.5:1
vs Black 14.02: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)

#D1D1E8 — rgb(209, 209, 232)

Deuteranopia (Green-blind)

#D1D1E6 — rgb(209, 209, 230)

Tritanopia (Blue-blind)

#D2E2E1 — rgb(210, 226, 225)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(243, 52%, 88%);

text

color: hsl(243, 52%, 88%);

border

border: 2px solid hsl(243, 52%, 88%);

gradient light

background: linear-gradient(to right, hsl(243, 52%, 100%), hsl(243, 52%, 88%));

gradient dark

background: linear-gradient(to right, hsl(243, 52%, 88%), hsl(243, 52%, 68%))

hex

background-color: #D2D0F0;

tailwind

bg-[hsl(243,52%,88%)]

box shadow

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

css variable

--color-primary: hsl(243, 52%, 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(243, 52%, 88%)?

HEX: #D2D0F0 | RGB: rgb(210, 208, 240) | CMYK: 13%, 13%, 0%, 6% | HSV: 244°, 13%, 94%. Copy any format from the conversion table above.

What colors go well with #D2D0F0?

The complementary color is HSL(63, 52%, 88%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(243, 52%, 88%) in CSS?

As HSL: color: hsl(243, 52%, 88%); — As HEX: color: #D2D0F0; — As RGB: color: rgb(210, 208, 240); — Tailwind CSS: bg-[hsl(243,52%,88%)] — CSS variable: --color-primary: hsl(243, 52%, 88%);