HSL(236, 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(236,16%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(236, 16%, 92%) color: hsl(236, 16%, 92%)
HEX #E7E8EE color: #E7E8EE
RGB rgb(231, 232, 238) color: rgb(231, 232, 238)
CMYK cmyk(3%, 3%, 0%, 7%)
HSV hsv(231, 3%, 93%)
HWB hwb(231 90% 7%) color: hwb(231 90% 7%)
OKLCH oklch(0.932 0.0081 278.63) color: oklch(0.932 0.0081 278.63)
Lab lab(92.08 0.75 -3.02) color: lab(92.08 0.75 -3.02)
LCH lch(92.08 3.11 283.95) color: lch(92.08 3.11 283.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.22:1
vs Black 17.18: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)

#E7E7ED — rgb(231, 231, 237)

Deuteranopia (Green-blind)

#E7E7EC — rgb(231, 231, 236)

Tritanopia (Blue-blind)

#E7EBEB — rgb(231, 235, 235)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #E7E8EE;

tailwind

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

box shadow

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

css variable

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

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

What colors go well with #E7E8EE?

The complementary color is HSL(56, 16%, 92%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.

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

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