HSL(5, 5%, 93%)

Very Light White — White color

Adjust Color

Color Information

Color Name

Very Light White

Color Family

White

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(5,5%,93%)]

Color Conversions

Format Value CSS Usage
HSL hsl(5, 5%, 93%) color: hsl(5, 5%, 93%)
HEX #EEECEC color: #EEECEC
RGB rgb(238, 236, 236) color: rgb(238, 236, 236)
CMYK cmyk(0%, 1%, 1%, 7%)
HSV hsv(0, 1%, 93%)
HWB hwb(0 92% 7%) color: hwb(0 92% 7%)
OKLCH oklch(0.9446 0.0022 17.2) color: oklch(0.9446 0.0022 17.2)
Lab lab(93.55 0.67 0.24) color: lab(93.55 0.67 0.24)
LCH lch(93.55 0.71 19.71) color: lch(93.55 0.71 19.71)

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.18:1
vs Black 17.84: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)

#EDEDEC — rgb(237, 237, 236)

Deuteranopia (Green-blind)

#EDEDEC — rgb(237, 237, 236)

Tritanopia (Blue-blind)

#EEECEC — rgb(238, 236, 236)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(5, 5%, 93%);

text

color: hsl(5, 5%, 93%);

border

border: 2px solid hsl(5, 5%, 93%);

gradient light

background: linear-gradient(to right, hsl(5, 5%, 100%), hsl(5, 5%, 93%));

gradient dark

background: linear-gradient(to right, hsl(5, 5%, 93%), hsl(5, 5%, 73%))

hex

background-color: #EEECEC;

tailwind

bg-[hsl(5,5%,93%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(5, 5%, 93%, 0.4);

css variable

--color-primary: hsl(5, 5%, 93%);

Related Colors

Use Cases for Very Light White

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(5, 5%, 93%)?

HEX: #EEECEC | RGB: rgb(238, 236, 236) | CMYK: 0%, 1%, 1%, 7% | HSV: 0°, 1%, 93%. Copy any format from the conversion table above.

What colors go well with #EEECEC?

The complementary color is HSL(185, 5%, 93%). For a triadic harmony, use hues 5°, 125°, and 245°. For analogous combinations, try hues 335° and 35°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(5, 5%, 93%) in CSS?

As HSL: color: hsl(5, 5%, 93%); — As HEX: color: #EEECEC; — As RGB: color: rgb(238, 236, 236); — Tailwind CSS: bg-[hsl(5,5%,93%)] — CSS variable: --color-primary: hsl(5, 5%, 93%);