HSL(226, 16%, 92%)

Very Light Blue — Blue color

Adjust Color

Color Information

Color Name

Very Light Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(226,16%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(226, 16%, 92%) color: hsl(226, 16%, 92%)
HEX #E7E9EE color: #E7E9EE
RGB rgb(231, 233, 238) color: rgb(231, 233, 238)
CMYK cmyk(3%, 2%, 0%, 7%)
HSV hsv(223, 3%, 93%)
HWB hwb(223 90% 7%) color: hwb(223 90% 7%)
OKLCH oklch(0.9339 0.0071 268.55) color: oklch(0.9339 0.0071 268.55)
Lab lab(92.33 0.24 -2.65) color: lab(92.33 0.24 -2.65)
LCH lch(92.33 2.66 275.17) color: lch(92.33 2.66 275.17)

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.21:1
vs Black 17.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)

#E8E8ED — rgb(232, 232, 237)

Deuteranopia (Green-blind)

#E8E8ED — rgb(232, 232, 237)

Tritanopia (Blue-blind)

#E7ECEC — rgb(231, 236, 236)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(226, 16%, 92%);

text

color: hsl(226, 16%, 92%);

border

border: 2px solid hsl(226, 16%, 92%);

gradient light

background: linear-gradient(to right, hsl(226, 16%, 100%), hsl(226, 16%, 92%));

gradient dark

background: linear-gradient(to right, hsl(226, 16%, 92%), hsl(226, 16%, 72%))

hex

background-color: #E7E9EE;

tailwind

bg-[hsl(226,16%,92%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(226, 16%, 92%, 0.4);

css variable

--color-primary: hsl(226, 16%, 92%);

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(226, 16%, 92%)?

HEX: #E7E9EE | RGB: rgb(231, 233, 238) | CMYK: 3%, 2%, 0%, 7% | HSV: 223°, 3%, 93%. Copy any format from the conversion table above.

What colors go well with #E7E9EE?

The complementary color is HSL(46, 16%, 92%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(226, 16%, 92%) in CSS?

As HSL: color: hsl(226, 16%, 92%); — As HEX: color: #E7E9EE; — As RGB: color: rgb(231, 233, 238); — Tailwind CSS: bg-[hsl(226,16%,92%)] — CSS variable: --color-primary: hsl(226, 16%, 92%);