HSL(353, 15%, 51%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(353,15%,51%)]

Color Conversions

Format Value CSS Usage
HSL hsl(353, 15%, 51%) color: hsl(353, 15%, 51%)
HEX #956F74 color: #956F74
RGB rgb(149, 111, 116) color: rgb(149, 111, 116)
CMYK cmyk(0%, 26%, 22%, 42%)
HSV hsv(352, 26%, 58%)
HWB hwb(352 43% 42%) color: hwb(352 43% 42%)
OKLCH oklch(0.5811 0.0487 9.91) color: oklch(0.5811 0.0487 9.91)
Lab lab(50.71 15.83 3.11) color: lab(50.71 15.83 3.11)
LCH lch(50.71 16.13 11.11) color: lch(50.71 16.13 11.11)

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 4.37:1
vs Black 4.8: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)

#858473 — rgb(133, 132, 115)

Deuteranopia (Green-blind)

#878A73 — rgb(135, 138, 115)

Tritanopia (Blue-blind)

#937272 — rgb(147, 114, 114)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(353, 15%, 51%);

text

color: hsl(353, 15%, 51%);

border

border: 2px solid hsl(353, 15%, 51%);

gradient light

background: linear-gradient(to right, hsl(353, 15%, 71%), hsl(353, 15%, 51%));

gradient dark

background: linear-gradient(to right, hsl(353, 15%, 51%), hsl(353, 15%, 31%))

hex

background-color: #956F74;

tailwind

bg-[hsl(353,15%,51%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(353, 15%, 51%, 0.4);

css variable

--color-primary: hsl(353, 15%, 51%);

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(353, 15%, 51%)?

HEX: #956F74 | RGB: rgb(149, 111, 116) | CMYK: 0%, 26%, 22%, 42% | HSV: 352°, 26%, 58%. Copy any format from the conversion table above.

What colors go well with #956F74?

The complementary color is HSL(173, 15%, 51%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(353, 15%, 51%) in CSS?

As HSL: color: hsl(353, 15%, 51%); — As HEX: color: #956F74; — As RGB: color: rgb(149, 111, 116); — Tailwind CSS: bg-[hsl(353,15%,51%)] — CSS variable: --color-primary: hsl(353, 15%, 51%);