HSL(346, 19%, 37%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(346,19%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(346, 19%, 37%) color: hsl(346, 19%, 37%)
HEX #704C55 color: #704C55
RGB rgb(112, 76, 85) color: rgb(112, 76, 85)
CMYK cmyk(0%, 32%, 24%, 56%)
HSV hsv(345, 32%, 44%)
HWB hwb(345 30% 56%) color: hwb(345 30% 56%)
OKLCH oklch(0.459 0.0504 2.85) color: oklch(0.459 0.0504 2.85)
Lab lab(36.5 16.68 0.86) color: lab(36.5 16.68 0.86)
LCH lch(36.5 16.7 2.95) color: lch(36.5 16.7 2.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 7.36:1
vs Black 2.85: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)

#606053 — rgb(96, 96, 83)

Deuteranopia (Green-blind)

#636552 — rgb(99, 101, 82)

Tritanopia (Blue-blind)

#6E5151 — rgb(110, 81, 81)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(346, 19%, 37%);

text

color: hsl(346, 19%, 37%);

border

border: 2px solid hsl(346, 19%, 37%);

gradient light

background: linear-gradient(to right, hsl(346, 19%, 57%), hsl(346, 19%, 37%));

gradient dark

background: linear-gradient(to right, hsl(346, 19%, 37%), hsl(346, 19%, 17%))

hex

background-color: #704C55;

tailwind

bg-[hsl(346,19%,37%)]

box shadow

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

css variable

--color-primary: hsl(346, 19%, 37%);

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(346, 19%, 37%)?

HEX: #704C55 | RGB: rgb(112, 76, 85) | CMYK: 0%, 32%, 24%, 56% | HSV: 345°, 32%, 44%. Copy any format from the conversion table above.

What colors go well with #704C55?

The complementary color is HSL(166, 19%, 37%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(346, 19%, 37%) in CSS?

As HSL: color: hsl(346, 19%, 37%); — As HEX: color: #704C55; — As RGB: color: rgb(112, 76, 85); — Tailwind CSS: bg-[hsl(346,19%,37%)] — CSS variable: --color-primary: hsl(346, 19%, 37%);