HSL(355, 51%, 60%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(355,51%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(355, 51%, 60%) color: hsl(355, 51%, 60%)
HEX #CD656E color: #CD656E
RGB rgb(205, 101, 110) color: rgb(205, 101, 110)
CMYK cmyk(0%, 51%, 46%, 20%)
HSV hsv(355, 51%, 80%)
HWB hwb(355 39% 20%) color: hwb(355 39% 20%)
OKLCH oklch(0.6326 0.1319 16.21) color: oklch(0.6326 0.1319 16.21)
Lab lab(55.5 41.98 14.43) color: lab(55.5 41.98 14.43)
LCH lch(55.5 44.39 18.97) color: lch(55.5 44.39 18.97)

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

#A09F6C — rgb(160, 159, 108)

Deuteranopia (Green-blind)

#A6AE6B — rgb(166, 174, 107)

Tritanopia (Blue-blind)

#C86A6A — rgb(200, 106, 106)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(355, 51%, 60%);

text

color: hsl(355, 51%, 60%);

border

border: 2px solid hsl(355, 51%, 60%);

gradient light

background: linear-gradient(to right, hsl(355, 51%, 80%), hsl(355, 51%, 60%));

gradient dark

background: linear-gradient(to right, hsl(355, 51%, 60%), hsl(355, 51%, 40%))

hex

background-color: #CD656E;

tailwind

bg-[hsl(355,51%,60%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(355, 51%, 60%, 0.4);

css variable

--color-primary: hsl(355, 51%, 60%);

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(355, 51%, 60%)?

HEX: #CD656E | RGB: rgb(205, 101, 110) | CMYK: 0%, 51%, 46%, 20% | HSV: 355°, 51%, 80%. Copy any format from the conversion table above.

What colors go well with #CD656E?

The complementary color is HSL(175, 51%, 60%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(355, 51%, 60%) in CSS?

As HSL: color: hsl(355, 51%, 60%); — As HEX: color: #CD656E; — As RGB: color: rgb(205, 101, 110); — Tailwind CSS: bg-[hsl(355,51%,60%)] — CSS variable: --color-primary: hsl(355, 51%, 60%);