HSL(10, 85%, 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(10,85%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(10, 85%, 59%) color: hsl(10, 85%, 59%)
HEX #EF5B3E color: #EF5B3E
RGB rgb(239, 91, 62) color: rgb(239, 91, 62)
CMYK cmyk(0%, 62%, 74%, 6%)
HSV hsv(10, 74%, 94%)
HWB hwb(10 24% 6%) color: hwb(10 24% 6%)
OKLCH oklch(0.6609 0.1882 33.02) color: oklch(0.6609 0.1882 33.02)
Lab lab(58.21 55.47 45.99) color: lab(58.21 55.47 45.99)
LCH lch(58.21 72.06 39.66) color: lch(58.21 72.06 39.66)

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.37:1
vs Black 6.24: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)

#AFAE45 — rgb(175, 174, 69)

Deuteranopia (Green-blind)

#B8C347 — rgb(184, 195, 71)

Tritanopia (Blue-blind)

#E84B4C — rgb(232, 75, 76)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(10, 85%, 59%);

text

color: hsl(10, 85%, 59%);

border

border: 2px solid hsl(10, 85%, 59%);

gradient light

background: linear-gradient(to right, hsl(10, 85%, 79%), hsl(10, 85%, 59%));

gradient dark

background: linear-gradient(to right, hsl(10, 85%, 59%), hsl(10, 85%, 39%))

hex

background-color: #EF5B3E;

tailwind

bg-[hsl(10,85%,59%)]

box shadow

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

css variable

--color-primary: hsl(10, 85%, 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(10, 85%, 59%)?

HEX: #EF5B3E | RGB: rgb(239, 91, 62) | CMYK: 0%, 62%, 74%, 6% | HSV: 10°, 74%, 94%. Copy any format from the conversion table above.

What colors go well with #EF5B3E?

The complementary color is HSL(190, 85%, 59%). For a triadic harmony, use hues 10°, 130°, and 250°. For analogous combinations, try hues 340° and 40°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(10, 85%, 59%) in CSS?

As HSL: color: hsl(10, 85%, 59%); — As HEX: color: #EF5B3E; — As RGB: color: rgb(239, 91, 62); — Tailwind CSS: bg-[hsl(10,85%,59%)] — CSS variable: --color-primary: hsl(10, 85%, 59%);