HSL(357, 31%, 45%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(357,31%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(357, 31%, 45%) color: hsl(357, 31%, 45%)
HEX #964F53 color: #964F53
RGB rgb(150, 79, 83) color: rgb(150, 79, 83)
CMYK cmyk(0%, 47%, 45%, 41%)
HSV hsv(357, 47%, 59%)
HWB hwb(357 31% 41%) color: hwb(357 31% 41%)
OKLCH oklch(0.5142 0.0949 17.4) color: oklch(0.5142 0.0949 17.4)
Lab lab(42.31 30.02 11.08) color: lab(42.31 30.02 11.08)
LCH lch(42.31 32 20.26) color: lch(42.31 32 20.26)

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.93:1
vs Black 3.54: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)

#777752 — rgb(119, 119, 82)

Deuteranopia (Green-blind)

#7B8152 — rgb(123, 129, 82)

Tritanopia (Blue-blind)

#925151 — rgb(146, 81, 81)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(357, 31%, 45%);

text

color: hsl(357, 31%, 45%);

border

border: 2px solid hsl(357, 31%, 45%);

gradient light

background: linear-gradient(to right, hsl(357, 31%, 65%), hsl(357, 31%, 45%));

gradient dark

background: linear-gradient(to right, hsl(357, 31%, 45%), hsl(357, 31%, 25%))

hex

background-color: #964F53;

tailwind

bg-[hsl(357,31%,45%)]

box shadow

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

css variable

--color-primary: hsl(357, 31%, 45%);

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, 31%, 45%)?

HEX: #964F53 | RGB: rgb(150, 79, 83) | CMYK: 0%, 47%, 45%, 41% | HSV: 357°, 47%, 59%. Copy any format from the conversion table above.

What colors go well with #964F53?

The complementary color is HSL(177, 31%, 45%). 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, 31%, 45%) in CSS?

As HSL: color: hsl(357, 31%, 45%); — As HEX: color: #964F53; — As RGB: color: rgb(150, 79, 83); — Tailwind CSS: bg-[hsl(357,31%,45%)] — CSS variable: --color-primary: hsl(357, 31%, 45%);