HSL(234, 75%, 91%)

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(234,75%,91%)]

Color Conversions

Format Value CSS Usage
HSL hsl(234, 75%, 91%) color: hsl(234, 75%, 91%)
HEX #D7DAF9 color: #D7DAF9
RGB rgb(215, 218, 249) color: rgb(215, 218, 249)
CMYK cmyk(14%, 12%, 0%, 2%)
HSV hsv(235, 14%, 98%)
HWB hwb(235 84% 2%) color: hwb(235 84% 2%)
OKLCH oklch(0.8957 0.0425 281.12) color: oklch(0.8957 0.0425 281.12)
Lab lab(87.69 4.99 -15.43) color: lab(87.69 4.99 -15.43)
LCH lch(87.69 16.22 287.92) color: lch(87.69 16.22 287.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.37:1
vs Black 15.29: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)

#D8D8F1 — rgb(216, 216, 241)

Deuteranopia (Green-blind)

#D8D8F0 — rgb(216, 216, 240)

Tritanopia (Blue-blind)

#D7ECEA — rgb(215, 236, 234)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(234, 75%, 91%);

text

color: hsl(234, 75%, 91%);

border

border: 2px solid hsl(234, 75%, 91%);

gradient light

background: linear-gradient(to right, hsl(234, 75%, 100%), hsl(234, 75%, 91%));

gradient dark

background: linear-gradient(to right, hsl(234, 75%, 91%), hsl(234, 75%, 71%))

hex

background-color: #D7DAF9;

tailwind

bg-[hsl(234,75%,91%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(234, 75%, 91%, 0.4);

css variable

--color-primary: hsl(234, 75%, 91%);

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(234, 75%, 91%)?

HEX: #D7DAF9 | RGB: rgb(215, 218, 249) | CMYK: 14%, 12%, 0%, 2% | HSV: 235°, 14%, 98%. Copy any format from the conversion table above.

What colors go well with #D7DAF9?

The complementary color is HSL(54, 75%, 91%). For a triadic harmony, use hues 234°, 354°, and 114°. For analogous combinations, try hues 204° and 264°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(234, 75%, 91%) in CSS?

As HSL: color: hsl(234, 75%, 91%); — As HEX: color: #D7DAF9; — As RGB: color: rgb(215, 218, 249); — Tailwind CSS: bg-[hsl(234,75%,91%)] — CSS variable: --color-primary: hsl(234, 75%, 91%);