HSL(359, 32%, 50%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(359,32%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(359, 32%, 50%) color: hsl(359, 32%, 50%)
HEX #A85758 color: #A85758
RGB rgb(168, 87, 88) color: rgb(168, 87, 88)
CMYK cmyk(0%, 48%, 48%, 34%)
HSV hsv(359, 48%, 66%)
HWB hwb(359 34% 34%) color: hwb(359 34% 34%)
OKLCH oklch(0.5539 0.1065 20.33) color: oklch(0.5539 0.1065 20.33)
Lab lab(46.77 33.22 14.62) color: lab(46.77 33.22 14.62)
LCH lch(46.77 36.29 23.75) color: lch(46.77 36.29 23.75)

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.04:1
vs Black 4.17: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)

#858458 — rgb(133, 132, 88)

Deuteranopia (Green-blind)

#8A9058 — rgb(138, 144, 88)

Tritanopia (Blue-blind)

#A45858 — rgb(164, 88, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(359, 32%, 50%);

text

color: hsl(359, 32%, 50%);

border

border: 2px solid hsl(359, 32%, 50%);

gradient light

background: linear-gradient(to right, hsl(359, 32%, 70%), hsl(359, 32%, 50%));

gradient dark

background: linear-gradient(to right, hsl(359, 32%, 50%), hsl(359, 32%, 30%))

hex

background-color: #A85758;

tailwind

bg-[hsl(359,32%,50%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(359, 32%, 50%, 0.4);

css variable

--color-primary: hsl(359, 32%, 50%);

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(359, 32%, 50%)?

HEX: #A85758 | RGB: rgb(168, 87, 88) | CMYK: 0%, 48%, 48%, 34% | HSV: 359°, 48%, 66%. Copy any format from the conversion table above.

What colors go well with #A85758?

The complementary color is HSL(179, 32%, 50%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(359, 32%, 50%) in CSS?

As HSL: color: hsl(359, 32%, 50%); — As HEX: color: #A85758; — As RGB: color: rgb(168, 87, 88); — Tailwind CSS: bg-[hsl(359,32%,50%)] — CSS variable: --color-primary: hsl(359, 32%, 50%);