HSL(3, 40%, 48%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(3,40%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(3, 40%, 48%) color: hsl(3, 40%, 48%)
HEX #AB4E49 color: #AB4E49
RGB rgb(171, 78, 73) color: rgb(171, 78, 73)
CMYK cmyk(0%, 54%, 57%, 33%)
HSV hsv(3, 57%, 67%)
HWB hwb(3 29% 33%) color: hwb(3 29% 33%)
OKLCH oklch(0.5409 0.1233 25.13) color: oklch(0.5409 0.1233 25.13)
Lab lab(45.07 37.71 21.43) color: lab(45.07 37.71 21.43)
LCH lch(45.07 43.37 29.61) color: lch(45.07 43.37 29.61)

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 5.36:1
vs Black 3.92:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#83824A — rgb(131, 130, 74)

Deuteranopia (Green-blind)

#888F4B — rgb(136, 143, 75)

Tritanopia (Blue-blind)

#A64B4B — rgb(166, 75, 75)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(3, 40%, 48%);

text

color: hsl(3, 40%, 48%);

border

border: 2px solid hsl(3, 40%, 48%);

gradient light

background: linear-gradient(to right, hsl(3, 40%, 68%), hsl(3, 40%, 48%));

gradient dark

background: linear-gradient(to right, hsl(3, 40%, 48%), hsl(3, 40%, 28%))

hex

background-color: #AB4E49;

tailwind

bg-[hsl(3,40%,48%)]

box shadow

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

css variable

--color-primary: hsl(3, 40%, 48%);

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, 40%, 48%)?

HEX: #AB4E49 | RGB: rgb(171, 78, 73) | CMYK: 0%, 54%, 57%, 33% | HSV: 3°, 57%, 67%. Copy any format from the conversion table above.

What colors go well with #AB4E49?

The complementary color is HSL(183, 40%, 48%). 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, 40%, 48%) in CSS?

As HSL: color: hsl(3, 40%, 48%); — As HEX: color: #AB4E49; — As RGB: color: rgb(171, 78, 73); — Tailwind CSS: bg-[hsl(3,40%,48%)] — CSS variable: --color-primary: hsl(3, 40%, 48%);