HSL(357, 35%, 42%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(357,35%,42%)]

Color Conversions

Format Value CSS Usage
HSL hsl(357, 35%, 42%) color: hsl(357, 35%, 42%)
HEX #914649 color: #914649
RGB rgb(145, 70, 73) color: rgb(145, 70, 73)
CMYK cmyk(0%, 52%, 50%, 43%)
HSV hsv(358, 52%, 57%)
HWB hwb(358 27% 43%) color: hwb(358 27% 43%)
OKLCH oklch(0.4897 0.1014 19.05) color: oklch(0.4897 0.1014 19.05)
Lab lab(39.38 31.91 13.11) color: lab(39.38 31.91 13.11)
LCH lch(39.38 34.5 22.33) color: lch(39.38 34.5 22.33)

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.61:1
vs Black 3.18: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)

#717048 — rgb(113, 112, 72)

Deuteranopia (Green-blind)

#757B48 — rgb(117, 123, 72)

Tritanopia (Blue-blind)

#8D4848 — rgb(141, 72, 72)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(357, 35%, 42%);

text

color: hsl(357, 35%, 42%);

border

border: 2px solid hsl(357, 35%, 42%);

gradient light

background: linear-gradient(to right, hsl(357, 35%, 62%), hsl(357, 35%, 42%));

gradient dark

background: linear-gradient(to right, hsl(357, 35%, 42%), hsl(357, 35%, 22%))

hex

background-color: #914649;

tailwind

bg-[hsl(357,35%,42%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(357, 35%, 42%, 0.4);

css variable

--color-primary: hsl(357, 35%, 42%);

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(357, 35%, 42%)?

HEX: #914649 | RGB: rgb(145, 70, 73) | CMYK: 0%, 52%, 50%, 43% | HSV: 358°, 52%, 57%. Copy any format from the conversion table above.

What colors go well with #914649?

The complementary color is HSL(177, 35%, 42%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(357, 35%, 42%) in CSS?

As HSL: color: hsl(357, 35%, 42%); — As HEX: color: #914649; — As RGB: color: rgb(145, 70, 73); — Tailwind CSS: bg-[hsl(357,35%,42%)] — CSS variable: --color-primary: hsl(357, 35%, 42%);