HSL(347, 15%, 41%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(347,15%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(347, 15%, 41%) color: hsl(347, 15%, 41%)
HEX #785960 color: #785960
RGB rgb(120, 89, 96) color: rgb(120, 89, 96)
CMYK cmyk(0%, 26%, 20%, 53%)
HSV hsv(346, 26%, 47%)
HWB hwb(346 35% 53%) color: hwb(346 35% 53%)
OKLCH oklch(0.4983 0.042 3.72) color: oklch(0.4983 0.042 3.72)
Lab lab(41.19 13.92 0.96) color: lab(41.19 13.92 0.96)
LCH lch(41.19 13.95 3.95) color: lch(41.19 13.95 3.95)

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 6.18:1
vs Black 3.4: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)

#6B6A5E — rgb(107, 106, 94)

Deuteranopia (Green-blind)

#6C6F5E — rgb(108, 111, 94)

Tritanopia (Blue-blind)

#765D5D — rgb(118, 93, 93)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(347, 15%, 41%);

text

color: hsl(347, 15%, 41%);

border

border: 2px solid hsl(347, 15%, 41%);

gradient light

background: linear-gradient(to right, hsl(347, 15%, 61%), hsl(347, 15%, 41%));

gradient dark

background: linear-gradient(to right, hsl(347, 15%, 41%), hsl(347, 15%, 21%))

hex

background-color: #785960;

tailwind

bg-[hsl(347,15%,41%)]

box shadow

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

css variable

--color-primary: hsl(347, 15%, 41%);

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(347, 15%, 41%)?

HEX: #785960 | RGB: rgb(120, 89, 96) | CMYK: 0%, 26%, 20%, 53% | HSV: 346°, 26%, 47%. Copy any format from the conversion table above.

What colors go well with #785960?

The complementary color is HSL(167, 15%, 41%). For a triadic harmony, use hues 347°, 107°, and 227°. For analogous combinations, try hues 317° and 17°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(347, 15%, 41%) in CSS?

As HSL: color: hsl(347, 15%, 41%); — As HEX: color: #785960; — As RGB: color: rgb(120, 89, 96); — Tailwind CSS: bg-[hsl(347,15%,41%)] — CSS variable: --color-primary: hsl(347, 15%, 41%);