HSL(230, 25%, 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(230,25%,91%)]

Color Conversions

Format Value CSS Usage
HSL hsl(230, 25%, 91%) color: hsl(230, 25%, 91%)
HEX #E2E4EE color: #E2E4EE
RGB rgb(226, 228, 238) color: rgb(226, 228, 238)
CMYK cmyk(5%, 4%, 0%, 7%)
HSV hsv(230, 5%, 93%)
HWB hwb(230 88% 7%) color: hwb(230 88% 7%)
OKLCH oklch(0.9203 0.0137 277.05) color: oklch(0.9203 0.0137 277.05)
Lab lab(90.7 1.17 -5.09) color: lab(90.7 1.17 -5.09)
LCH lch(90.7 5.22 282.95) color: lch(90.7 5.22 282.95)

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.27:1
vs Black 16.57: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)

#E3E3EC — rgb(227, 227, 236)

Deuteranopia (Green-blind)

#E3E3EB — rgb(227, 227, 235)

Tritanopia (Blue-blind)

#E2EAE9 — rgb(226, 234, 233)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(230, 25%, 91%);

text

color: hsl(230, 25%, 91%);

border

border: 2px solid hsl(230, 25%, 91%);

gradient light

background: linear-gradient(to right, hsl(230, 25%, 100%), hsl(230, 25%, 91%));

gradient dark

background: linear-gradient(to right, hsl(230, 25%, 91%), hsl(230, 25%, 71%))

hex

background-color: #E2E4EE;

tailwind

bg-[hsl(230,25%,91%)]

box shadow

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

css variable

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

HEX: #E2E4EE | RGB: rgb(226, 228, 238) | CMYK: 5%, 4%, 0%, 7% | HSV: 230°, 5%, 93%. Copy any format from the conversion table above.

What colors go well with #E2E4EE?

The complementary color is HSL(50, 25%, 91%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(230, 25%, 91%) in CSS?

As HSL: color: hsl(230, 25%, 91%); — As HEX: color: #E2E4EE; — As RGB: color: rgb(226, 228, 238); — Tailwind CSS: bg-[hsl(230,25%,91%)] — CSS variable: --color-primary: hsl(230, 25%, 91%);