HSL(357, 17%, 29%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(357,17%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(357, 17%, 29%) color: hsl(357, 17%, 29%)
HEX #573D3F color: #573D3F
RGB rgb(87, 61, 63) color: rgb(87, 61, 63)
CMYK cmyk(0%, 30%, 28%, 66%)
HSV hsv(355, 30%, 34%)
HWB hwb(355 24% 66%) color: hwb(355 24% 66%)
OKLCH oklch(0.3899 0.0368 13.79) color: oklch(0.3899 0.0368 13.79)
Lab lab(28.7 11.75 3.3) color: lab(28.7 11.75 3.3)
LCH lch(28.7 12.2 15.69) color: lch(28.7 12.2 15.69)

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 9.79:1
vs Black 2.14:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#4C4C3F — rgb(76, 76, 63)

Deuteranopia (Green-blind)

#4D4F3E — rgb(77, 79, 62)

Tritanopia (Blue-blind)

#563E3E — rgb(86, 62, 62)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(357, 17%, 29%);

text

color: hsl(357, 17%, 29%);

border

border: 2px solid hsl(357, 17%, 29%);

gradient light

background: linear-gradient(to right, hsl(357, 17%, 49%), hsl(357, 17%, 29%));

gradient dark

background: linear-gradient(to right, hsl(357, 17%, 29%), hsl(357, 17%, 9%))

hex

background-color: #573D3F;

tailwind

bg-[hsl(357,17%,29%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(357, 17%, 29%, 0.4);

css variable

--color-primary: hsl(357, 17%, 29%);

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(357, 17%, 29%)?

HEX: #573D3F | RGB: rgb(87, 61, 63) | CMYK: 0%, 30%, 28%, 66% | HSV: 355°, 30%, 34%. Copy any format from the conversion table above.

What colors go well with #573D3F?

The complementary color is HSL(177, 17%, 29%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(357, 17%, 29%) in CSS?

As HSL: color: hsl(357, 17%, 29%); — As HEX: color: #573D3F; — As RGB: color: rgb(87, 61, 63); — Tailwind CSS: bg-[hsl(357,17%,29%)] — CSS variable: --color-primary: hsl(357, 17%, 29%);