HSL(13, 10%, 19%)

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(13,10%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(13, 10%, 19%) color: hsl(13, 10%, 19%)
HEX #352E2C color: #352E2C
RGB rgb(53, 46, 44) color: rgb(53, 46, 44)
CMYK cmyk(0%, 13%, 17%, 79%)
HSV hsv(13, 17%, 21%)
HWB hwb(13 17% 79%) color: hwb(13 17% 79%)
OKLCH oklch(0.308 0.0108 36.5) color: oklch(0.308 0.0108 36.5)
Lab lab(19.61 2.75 2.45) color: lab(19.61 2.75 2.45)
LCH lch(19.61 3.68 41.7) color: lch(19.61 3.68 41.7)

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 13.3:1
vs Black 1.58: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)

#32322C — rgb(50, 50, 44)

Deuteranopia (Green-blind)

#32332D — rgb(50, 51, 45)

Tritanopia (Blue-blind)

#352D2D — rgb(53, 45, 45)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(13, 10%, 19%);

text

color: hsl(13, 10%, 19%);

border

border: 2px solid hsl(13, 10%, 19%);

gradient light

background: linear-gradient(to right, hsl(13, 10%, 39%), hsl(13, 10%, 19%));

gradient dark

background: linear-gradient(to right, hsl(13, 10%, 19%), hsl(13, 10%, 0%))

hex

background-color: #352E2C;

tailwind

bg-[hsl(13,10%,19%)]

box shadow

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

css variable

--color-primary: hsl(13, 10%, 19%);

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(13, 10%, 19%)?

HEX: #352E2C | RGB: rgb(53, 46, 44) | CMYK: 0%, 13%, 17%, 79% | HSV: 13°, 17%, 21%. Copy any format from the conversion table above.

What colors go well with #352E2C?

The complementary color is HSL(193, 10%, 19%). For a triadic harmony, use hues 13°, 133°, and 253°. For analogous combinations, try hues 343° and 43°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(13, 10%, 19%) in CSS?

As HSL: color: hsl(13, 10%, 19%); — As HEX: color: #352E2C; — As RGB: color: rgb(53, 46, 44); — Tailwind CSS: bg-[hsl(13,10%,19%)] — CSS variable: --color-primary: hsl(13, 10%, 19%);