HSL(345, 10%, 48%)

Grayish Red — Red color

Adjust Color

Color Information

Color Name

Grayish Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(345,10%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(345, 10%, 48%) color: hsl(345, 10%, 48%)
HEX #876E74 color: #876E74
RGB rgb(135, 110, 116) color: rgb(135, 110, 116)
CMYK cmyk(0%, 19%, 14%, 47%)
HSV hsv(346, 19%, 53%)
HWB hwb(346 43% 47%) color: hwb(346 43% 47%)
OKLCH oklch(0.5642 0.0327 2.1) color: oklch(0.5642 0.0327 2.1)
Lab lab(48.96 10.9 0.39) color: lab(48.96 10.9 0.39)
LCH lch(48.96 10.91 2.05) color: lch(48.96 10.91 2.05)

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.65:1
vs Black 4.51:1

AA Normal (4.5:1)

on White: PASS ✓ 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: white

Color Blindness Simulation

Protanopia (Red-blind)

#7C7C73 — rgb(124, 124, 115)

Deuteranopia (Green-blind)

#7E8072 — rgb(126, 128, 114)

Tritanopia (Blue-blind)

#867171 — rgb(134, 113, 113)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(345, 10%, 48%);

text

color: hsl(345, 10%, 48%);

border

border: 2px solid hsl(345, 10%, 48%);

gradient light

background: linear-gradient(to right, hsl(345, 10%, 68%), hsl(345, 10%, 48%));

gradient dark

background: linear-gradient(to right, hsl(345, 10%, 48%), hsl(345, 10%, 28%))

hex

background-color: #876E74;

tailwind

bg-[hsl(345,10%,48%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(345, 10%, 48%, 0.4);

css variable

--color-primary: hsl(345, 10%, 48%);

Related Colors

Use Cases for Grayish Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(345, 10%, 48%)?

HEX: #876E74 | RGB: rgb(135, 110, 116) | CMYK: 0%, 19%, 14%, 47% | HSV: 346°, 19%, 53%. Copy any format from the conversion table above.

What colors go well with #876E74?

The complementary color is HSL(165, 10%, 48%). For a triadic harmony, use hues 345°, 105°, and 225°. For analogous combinations, try hues 315° and 15°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(345, 10%, 48%) in CSS?

As HSL: color: hsl(345, 10%, 48%); — As HEX: color: #876E74; — As RGB: color: rgb(135, 110, 116); — Tailwind CSS: bg-[hsl(345,10%,48%)] — CSS variable: --color-primary: hsl(345, 10%, 48%);