HSL(11, 70%, 78%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(11,70%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(11, 70%, 78%) color: hsl(11, 70%, 78%)
HEX #EEAEA0 color: #EEAEA0
RGB rgb(238, 174, 160) color: rgb(238, 174, 160)
CMYK cmyk(0%, 27%, 33%, 7%)
HSV hsv(11, 33%, 93%)
HWB hwb(11 62% 7%) color: hwb(11 62% 7%)
OKLCH oklch(0.8071 0.0782 32.67) color: oklch(0.8071 0.0782 32.67)
Lab lab(76.67 21.56 16.42) color: lab(76.67 21.56 16.42)
LCH lch(76.67 27.1 37.29) color: lch(76.67 27.1 37.29)

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.88:1
vs Black 11.2: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)

#D2D2A3 — rgb(210, 210, 163)

Deuteranopia (Green-blind)

#D6DBA4 — rgb(214, 219, 164)

Tritanopia (Blue-blind)

#EBA6A7 — rgb(235, 166, 167)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(11, 70%, 78%);

text

color: hsl(11, 70%, 78%);

border

border: 2px solid hsl(11, 70%, 78%);

gradient light

background: linear-gradient(to right, hsl(11, 70%, 98%), hsl(11, 70%, 78%));

gradient dark

background: linear-gradient(to right, hsl(11, 70%, 78%), hsl(11, 70%, 58%))

hex

background-color: #EEAEA0;

tailwind

bg-[hsl(11,70%,78%)]

box shadow

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

css variable

--color-primary: hsl(11, 70%, 78%);

Related Colors

Use Cases for 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, 70%, 78%)?

HEX: #EEAEA0 | RGB: rgb(238, 174, 160) | CMYK: 0%, 27%, 33%, 7% | HSV: 11°, 33%, 93%. Copy any format from the conversion table above.

What colors go well with #EEAEA0?

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

As HSL: color: hsl(11, 70%, 78%); — As HEX: color: #EEAEA0; — As RGB: color: rgb(238, 174, 160); — Tailwind CSS: bg-[hsl(11,70%,78%)] — CSS variable: --color-primary: hsl(11, 70%, 78%);