HSL(205, 23%, 91%)

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(205,23%,91%)]

Color Conversions

Format Value CSS Usage
HSL hsl(205, 23%, 91%) color: hsl(205, 23%, 91%)
HEX #E3E9ED color: #E3E9ED
RGB rgb(227, 233, 237) color: rgb(227, 233, 237)
CMYK cmyk(4%, 2%, 0%, 7%)
HSV hsv(204, 4%, 93%)
HWB hwb(204 89% 7%) color: hwb(204 89% 7%)
OKLCH oklch(0.9306 0.0084 236.57) color: oklch(0.9306 0.0084 236.57)
Lab lab(92.01 -1.27 -2.63) color: lab(92.01 -1.27 -2.63)
LCH lch(92.01 2.92 244.22) color: lch(92.01 2.92 244.22)

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.22:1
vs Black 17.14: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)

#E6E6EC — rgb(230, 230, 236)

Deuteranopia (Green-blind)

#E5E5EC — rgb(229, 229, 236)

Tritanopia (Blue-blind)

#E3EBEB — rgb(227, 235, 235)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(205, 23%, 91%);

text

color: hsl(205, 23%, 91%);

border

border: 2px solid hsl(205, 23%, 91%);

gradient light

background: linear-gradient(to right, hsl(205, 23%, 100%), hsl(205, 23%, 91%));

gradient dark

background: linear-gradient(to right, hsl(205, 23%, 91%), hsl(205, 23%, 71%))

hex

background-color: #E3E9ED;

tailwind

bg-[hsl(205,23%,91%)]

box shadow

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

css variable

--color-primary: hsl(205, 23%, 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(205, 23%, 91%)?

HEX: #E3E9ED | RGB: rgb(227, 233, 237) | CMYK: 4%, 2%, 0%, 7% | HSV: 204°, 4%, 93%. Copy any format from the conversion table above.

What colors go well with #E3E9ED?

The complementary color is HSL(25, 23%, 91%). For a triadic harmony, use hues 205°, 325°, and 85°. For analogous combinations, try hues 175° and 235°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(205, 23%, 91%) in CSS?

As HSL: color: hsl(205, 23%, 91%); — As HEX: color: #E3E9ED; — As RGB: color: rgb(227, 233, 237); — Tailwind CSS: bg-[hsl(205,23%,91%)] — CSS variable: --color-primary: hsl(205, 23%, 91%);