HSL(11, 84%, 59%)

Vivid Red — Red color

Adjust Color

Color Information

Color Name

Vivid Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(11,84%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(11, 84%, 59%) color: hsl(11, 84%, 59%)
HEX #EE5F3F color: #EE5F3F
RGB rgb(238, 95, 63) color: rgb(238, 95, 63)
CMYK cmyk(0%, 60%, 74%, 7%)
HSV hsv(11, 74%, 93%)
HWB hwb(11 24% 7%) color: hwb(11 24% 7%)
OKLCH oklch(0.6644 0.1833 34.12) color: oklch(0.6644 0.1833 34.12)
Lab lab(58.72 53.42 45.98) color: lab(58.72 53.42 45.98)
LCH lch(58.72 70.48 40.72) color: lch(58.72 70.48 40.72)

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 3.31:1
vs Black 6.34:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#B0AF47 — rgb(176, 175, 71)

Deuteranopia (Green-blind)

#B8C349 — rgb(184, 195, 73)

Tritanopia (Blue-blind)

#E74D4E — rgb(231, 77, 78)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(11, 84%, 59%);

text

color: hsl(11, 84%, 59%);

border

border: 2px solid hsl(11, 84%, 59%);

gradient light

background: linear-gradient(to right, hsl(11, 84%, 79%), hsl(11, 84%, 59%));

gradient dark

background: linear-gradient(to right, hsl(11, 84%, 59%), hsl(11, 84%, 39%))

hex

background-color: #EE5F3F;

tailwind

bg-[hsl(11,84%,59%)]

box shadow

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

css variable

--color-primary: hsl(11, 84%, 59%);

Related Colors

Use Cases for Vivid 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, 84%, 59%)?

HEX: #EE5F3F | RGB: rgb(238, 95, 63) | CMYK: 0%, 60%, 74%, 7% | HSV: 11°, 74%, 93%. Copy any format from the conversion table above.

What colors go well with #EE5F3F?

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

As HSL: color: hsl(11, 84%, 59%); — As HEX: color: #EE5F3F; — As RGB: color: rgb(238, 95, 63); — Tailwind CSS: bg-[hsl(11,84%,59%)] — CSS variable: --color-primary: hsl(11, 84%, 59%);