HSL(352, 40%, 67%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(352,40%,67%)]

Color Conversions

Format Value CSS Usage
HSL hsl(352, 40%, 67%) color: hsl(352, 40%, 67%)
HEX #CD8992 color: #CD8992
RGB rgb(205, 137, 146) color: rgb(205, 137, 146)
CMYK cmyk(0%, 33%, 29%, 20%)
HSV hsv(352, 33%, 80%)
HWB hwb(352 54% 20%) color: hwb(352 54% 20%)
OKLCH oklch(0.7011 0.084 10.77) color: oklch(0.7011 0.084 10.77)
Lab lab(64.12 27.19 5.89) color: lab(64.12 27.19 5.89)
LCH lch(64.12 27.82 12.22) color: lch(64.12 27.82 12.22)

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 2.77:1
vs Black 7.59:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#B0AF90 — rgb(176, 175, 144)

Deuteranopia (Green-blind)

#B4B98F — rgb(180, 185, 143)

Tritanopia (Blue-blind)

#CA8E8E — rgb(202, 142, 142)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(352, 40%, 67%);

text

color: hsl(352, 40%, 67%);

border

border: 2px solid hsl(352, 40%, 67%);

gradient light

background: linear-gradient(to right, hsl(352, 40%, 87%), hsl(352, 40%, 67%));

gradient dark

background: linear-gradient(to right, hsl(352, 40%, 67%), hsl(352, 40%, 47%))

hex

background-color: #CD8992;

tailwind

bg-[hsl(352,40%,67%)]

box shadow

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

css variable

--color-primary: hsl(352, 40%, 67%);

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, 40%, 67%)?

HEX: #CD8992 | RGB: rgb(205, 137, 146) | CMYK: 0%, 33%, 29%, 20% | HSV: 352°, 33%, 80%. Copy any format from the conversion table above.

What colors go well with #CD8992?

The complementary color is HSL(172, 40%, 67%). 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, 40%, 67%) in CSS?

As HSL: color: hsl(352, 40%, 67%); — As HEX: color: #CD8992; — As RGB: color: rgb(205, 137, 146); — Tailwind CSS: bg-[hsl(352,40%,67%)] — CSS variable: --color-primary: hsl(352, 40%, 67%);