HSL(11, 17%, 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,17%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(11, 17%, 88%) color: hsl(11, 17%, 88%)
HEX #E6DDDB color: #E6DDDB
RGB rgb(230, 221, 219) color: rgb(230, 221, 219)
CMYK cmyk(0%, 4%, 5%, 10%)
HSV hsv(11, 5%, 90%)
HWB hwb(11 86% 10%) color: hwb(11 86% 10%)
OKLCH oklch(0.9041 0.0103 32.52) color: oklch(0.9041 0.0103 32.52)
Lab lab(88.76 2.72 2.07) color: lab(88.76 2.72 2.07)
LCH lch(88.76 3.42 37.27) color: lch(88.76 3.42 37.27)

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.73: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)

#E2E2DB — rgb(226, 226, 219)

Deuteranopia (Green-blind)

#E3E3DC — rgb(227, 227, 220)

Tritanopia (Blue-blind)

#E6DCDC — rgb(230, 220, 220)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #E6DDDB;

tailwind

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

box shadow

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

css variable

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

HEX: #E6DDDB | RGB: rgb(230, 221, 219) | CMYK: 0%, 4%, 5%, 10% | HSV: 11°, 5%, 90%. Copy any format from the conversion table above.

What colors go well with #E6DDDB?

The complementary color is HSL(191, 17%, 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, 17%, 88%) in CSS?

As HSL: color: hsl(11, 17%, 88%); — As HEX: color: #E6DDDB; — As RGB: color: rgb(230, 221, 219); — Tailwind CSS: bg-[hsl(11,17%,88%)] — CSS variable: --color-primary: hsl(11, 17%, 88%);