HSL(207, 40%, 87%)

Very Light Blue — Blue color

Adjust Color

Color Information

Color Name

Very Light Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(207,40%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(207, 40%, 87%) color: hsl(207, 40%, 87%)
HEX #D1DFEB color: #D1DFEB
RGB rgb(209, 223, 235) color: rgb(209, 223, 235)
CMYK cmyk(11%, 5%, 0%, 8%)
HSV hsv(208, 11%, 92%)
HWB hwb(208 82% 8%) color: hwb(208 82% 8%)
OKLCH oklch(0.8967 0.0223 243.82) color: oklch(0.8967 0.0223 243.82)
Lab lab(88.13 -2.34 -7.45) color: lab(88.13 -2.34 -7.45)
LCH lch(88.13 7.81 252.56) color: lch(88.13 7.81 252.56)

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.36:1
vs Black 15.47: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)

#D7D7E8 — rgb(215, 215, 232)

Deuteranopia (Green-blind)

#D6D5E7 — rgb(214, 213, 231)

Tritanopia (Blue-blind)

#D2E6E5 — rgb(210, 230, 229)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(207, 40%, 87%);

text

color: hsl(207, 40%, 87%);

border

border: 2px solid hsl(207, 40%, 87%);

gradient light

background: linear-gradient(to right, hsl(207, 40%, 100%), hsl(207, 40%, 87%));

gradient dark

background: linear-gradient(to right, hsl(207, 40%, 87%), hsl(207, 40%, 67%))

hex

background-color: #D1DFEB;

tailwind

bg-[hsl(207,40%,87%)]

box shadow

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

css variable

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

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

What colors go well with #D1DFEB?

The complementary color is HSL(27, 40%, 87%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(207, 40%, 87%) in CSS?

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