HSL(218, 17%, 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(218,17%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(218, 17%, 92%) color: hsl(218, 17%, 92%)
HEX #E7EAEE color: #E7EAEE
RGB rgb(231, 234, 238) color: rgb(231, 234, 238)
CMYK cmyk(3%, 2%, 0%, 7%)
HSV hsv(214, 3%, 93%)
HWB hwb(214 90% 7%) color: hwb(214 90% 7%)
OKLCH oklch(0.9359 0.0063 255.48) color: oklch(0.9359 0.0063 255.48)
Lab lab(92.58 -0.28 -2.29) color: lab(92.58 -0.28 -2.29)
LCH lch(92.58 2.31 263.03) color: lch(92.58 2.31 263.03)

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.4: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(218, 17%, 92%);

text

color: hsl(218, 17%, 92%);

border

border: 2px solid hsl(218, 17%, 92%);

gradient light

background: linear-gradient(to right, hsl(218, 17%, 100%), hsl(218, 17%, 92%));

gradient dark

background: linear-gradient(to right, hsl(218, 17%, 92%), hsl(218, 17%, 72%))

hex

background-color: #E7EAEE;

tailwind

bg-[hsl(218,17%,92%)]

box shadow

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

css variable

--color-primary: hsl(218, 17%, 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(218, 17%, 92%)?

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

What colors go well with #E7EAEE?

The complementary color is HSL(38, 17%, 92%). For a triadic harmony, use hues 218°, 338°, and 98°. For analogous combinations, try hues 188° and 248°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(218, 17%, 92%) in CSS?

As HSL: color: hsl(218, 17%, 92%); — As HEX: color: #E7EAEE; — As RGB: color: rgb(231, 234, 238); — Tailwind CSS: bg-[hsl(218,17%,92%)] — CSS variable: --color-primary: hsl(218, 17%, 92%);