HSL(3, 72%, 66%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(3,72%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(3, 72%, 66%) color: hsl(3, 72%, 66%)
HEX #E7706A color: #E7706A
RGB rgb(231, 112, 106) color: rgb(231, 112, 106)
CMYK cmyk(0%, 52%, 54%, 9%)
HSV hsv(3, 54%, 91%)
HWB hwb(3 42% 9%) color: hwb(3 42% 9%)
OKLCH oklch(0.684 0.1489 24.69) color: oklch(0.684 0.1489 24.69)
Lab lab(61.33 45.57 25.26) color: lab(61.33 45.57 25.26)
LCH lch(61.33 52.1 29) color: lch(61.33 52.1 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 3.03:1
vs Black 6.92: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)

#B3B26B — rgb(179, 178, 107)

Deuteranopia (Green-blind)

#BAC36C — rgb(186, 195, 108)

Tritanopia (Blue-blind)

#E16D6D — rgb(225, 109, 109)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(3, 72%, 66%);

text

color: hsl(3, 72%, 66%);

border

border: 2px solid hsl(3, 72%, 66%);

gradient light

background: linear-gradient(to right, hsl(3, 72%, 86%), hsl(3, 72%, 66%));

gradient dark

background: linear-gradient(to right, hsl(3, 72%, 66%), hsl(3, 72%, 46%))

hex

background-color: #E7706A;

tailwind

bg-[hsl(3,72%,66%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(3, 72%, 66%, 0.4);

css variable

--color-primary: hsl(3, 72%, 66%);

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(3, 72%, 66%)?

HEX: #E7706A | RGB: rgb(231, 112, 106) | CMYK: 0%, 52%, 54%, 9% | HSV: 3°, 54%, 91%. Copy any format from the conversion table above.

What colors go well with #E7706A?

The complementary color is HSL(183, 72%, 66%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(3, 72%, 66%) in CSS?

As HSL: color: hsl(3, 72%, 66%); — As HEX: color: #E7706A; — As RGB: color: rgb(231, 112, 106); — Tailwind CSS: bg-[hsl(3,72%,66%)] — CSS variable: --color-primary: hsl(3, 72%, 66%);