HSL(352, 45%, 58%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(352,45%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(352, 45%, 58%) color: hsl(352, 45%, 58%)
HEX #C46471 color: #C46471
RGB rgb(196, 100, 113) color: rgb(196, 100, 113)
CMYK cmyk(0%, 49%, 42%, 23%)
HSV hsv(352, 49%, 77%)
HWB hwb(352 39% 23%) color: hwb(352 39% 23%)
OKLCH oklch(0.6194 0.1227 12.8) color: oklch(0.6194 0.1227 12.8)
Lab lab(54.08 39.53 10.49) color: lab(54.08 39.53 10.49)
LCH lch(54.08 40.9 14.86) color: lch(54.08 40.9 14.86)

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 3.88:1
vs Black 5.41:1

AA Normal (4.5:1)

on White: FAIL ✗ 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: black

Color Blindness Simulation

Protanopia (Red-blind)

#9A9A6E — rgb(154, 154, 110)

Deuteranopia (Green-blind)

#A0A76D — rgb(160, 167, 109)

Tritanopia (Blue-blind)

#BF6B6B — rgb(191, 107, 107)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(352, 45%, 58%);

text

color: hsl(352, 45%, 58%);

border

border: 2px solid hsl(352, 45%, 58%);

gradient light

background: linear-gradient(to right, hsl(352, 45%, 78%), hsl(352, 45%, 58%));

gradient dark

background: linear-gradient(to right, hsl(352, 45%, 58%), hsl(352, 45%, 38%))

hex

background-color: #C46471;

tailwind

bg-[hsl(352,45%,58%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(352, 45%, 58%, 0.4);

css variable

--color-primary: hsl(352, 45%, 58%);

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(352, 45%, 58%)?

HEX: #C46471 | RGB: rgb(196, 100, 113) | CMYK: 0%, 49%, 42%, 23% | HSV: 352°, 49%, 77%. Copy any format from the conversion table above.

What colors go well with #C46471?

The complementary color is HSL(172, 45%, 58%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(352, 45%, 58%) in CSS?

As HSL: color: hsl(352, 45%, 58%); — As HEX: color: #C46471; — As RGB: color: rgb(196, 100, 113); — Tailwind CSS: bg-[hsl(352,45%,58%)] — CSS variable: --color-primary: hsl(352, 45%, 58%);