HSL(223, 39%, 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(223,39%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(223, 39%, 87%) color: hsl(223, 39%, 87%)
HEX #D1D8EB color: #D1D8EB
RGB rgb(209, 216, 235) color: rgb(209, 216, 235)
CMYK cmyk(11%, 8%, 0%, 8%)
HSV hsv(224, 11%, 92%)
HWB hwb(224 82% 8%) color: hwb(224 82% 8%)
OKLCH oklch(0.8827 0.0272 269.65) color: oklch(0.8827 0.0272 269.65)
Lab lab(86.34 1.3 -10.11) color: lab(86.34 1.3 -10.11)
LCH lch(86.34 10.19 277.33) color: lch(86.34 10.19 277.33)

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.43:1
vs Black 14.73: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)

#D4D4E6 — rgb(212, 212, 230)

Deuteranopia (Green-blind)

#D4D3E5 — rgb(212, 211, 229)

Tritanopia (Blue-blind)

#D1E3E2 — rgb(209, 227, 226)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(223, 39%, 87%);

text

color: hsl(223, 39%, 87%);

border

border: 2px solid hsl(223, 39%, 87%);

gradient light

background: linear-gradient(to right, hsl(223, 39%, 100%), hsl(223, 39%, 87%));

gradient dark

background: linear-gradient(to right, hsl(223, 39%, 87%), hsl(223, 39%, 67%))

hex

background-color: #D1D8EB;

tailwind

bg-[hsl(223,39%,87%)]

box shadow

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

css variable

--color-primary: hsl(223, 39%, 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(223, 39%, 87%)?

HEX: #D1D8EB | RGB: rgb(209, 216, 235) | CMYK: 11%, 8%, 0%, 8% | HSV: 224°, 11%, 92%. Copy any format from the conversion table above.

What colors go well with #D1D8EB?

The complementary color is HSL(43, 39%, 87%). For a triadic harmony, use hues 223°, 343°, and 103°. For analogous combinations, try hues 193° and 253°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(223, 39%, 87%) in CSS?

As HSL: color: hsl(223, 39%, 87%); — As HEX: color: #D1D8EB; — As RGB: color: rgb(209, 216, 235); — Tailwind CSS: bg-[hsl(223,39%,87%)] — CSS variable: --color-primary: hsl(223, 39%, 87%);