HSL(11, 16%, 88%)

Very Light Red — Red color

Adjust Color

Color Information

Color Name

Very Light Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(11,16%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(11, 16%, 88%) color: hsl(11, 16%, 88%)
HEX #E5DDDC color: #E5DDDC
RGB rgb(229, 221, 220) color: rgb(229, 221, 220)
CMYK cmyk(0%, 3%, 4%, 10%)
HSV hsv(7, 4%, 90%)
HWB hwb(7 86% 10%) color: hwb(7 86% 10%)
OKLCH oklch(0.9036 0.0089 26.02) color: oklch(0.9036 0.0089 26.02)
Lab lab(88.7 2.55 1.46) color: lab(88.7 2.55 1.46)
LCH lch(88.7 2.94 29.79) color: lch(88.7 2.94 29.79)

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.34:1
vs Black 15.71: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)

#E2E1DC — rgb(226, 225, 220)

Deuteranopia (Green-blind)

#E2E3DC — rgb(226, 227, 220)

Tritanopia (Blue-blind)

#E5DCDC — rgb(229, 220, 220)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(11, 16%, 88%);

text

color: hsl(11, 16%, 88%);

border

border: 2px solid hsl(11, 16%, 88%);

gradient light

background: linear-gradient(to right, hsl(11, 16%, 100%), hsl(11, 16%, 88%));

gradient dark

background: linear-gradient(to right, hsl(11, 16%, 88%), hsl(11, 16%, 68%))

hex

background-color: #E5DDDC;

tailwind

bg-[hsl(11,16%,88%)]

box shadow

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

css variable

--color-primary: hsl(11, 16%, 88%);

Related Colors

Use Cases for Very Light Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(11, 16%, 88%)?

HEX: #E5DDDC | RGB: rgb(229, 221, 220) | CMYK: 0%, 3%, 4%, 10% | HSV: 7°, 4%, 90%. Copy any format from the conversion table above.

What colors go well with #E5DDDC?

The complementary color is HSL(191, 16%, 88%). For a triadic harmony, use hues 11°, 131°, and 251°. For analogous combinations, try hues 341° and 41°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(11, 16%, 88%) in CSS?

As HSL: color: hsl(11, 16%, 88%); — As HEX: color: #E5DDDC; — As RGB: color: rgb(229, 221, 220); — Tailwind CSS: bg-[hsl(11,16%,88%)] — CSS variable: --color-primary: hsl(11, 16%, 88%);