HSL(355, 60%, 53%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(355, 60%, 53%) color: hsl(355, 60%, 53%)
HEX #CF3F4B color: #CF3F4B
RGB rgb(207, 63, 75) color: rgb(207, 63, 75)
CMYK cmyk(0%, 70%, 64%, 19%)
HSV hsv(355, 70%, 81%)
HWB hwb(355 24% 19%) color: hwb(355 24% 19%)
OKLCH oklch(0.5797 0.1799 20.27) color: oklch(0.5797 0.1799 20.27)
Lab lab(48.68 56.99 26.08) color: lab(48.68 56.99 26.08)
LCH lch(48.68 62.67 24.59) color: lch(48.68 62.67 24.59)

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 4.7:1
vs Black 4.47: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)

#918F48 — rgb(145, 143, 72)

Deuteranopia (Green-blind)

#99A447 — rgb(153, 164, 71)

Tritanopia (Blue-blind)

#C84645 — rgb(200, 70, 69)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(355, 60%, 73%), hsl(355, 60%, 53%));

gradient dark

background: linear-gradient(to right, hsl(355, 60%, 53%), hsl(355, 60%, 33%))

hex

background-color: #CF3F4B;

tailwind

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

box shadow

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

css variable

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

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, 60%, 53%)?

HEX: #CF3F4B | RGB: rgb(207, 63, 75) | CMYK: 0%, 70%, 64%, 19% | HSV: 355°, 70%, 81%. Copy any format from the conversion table above.

What colors go well with #CF3F4B?

The complementary color is HSL(175, 60%, 53%). 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, 60%, 53%) in CSS?

As HSL: color: hsl(355, 60%, 53%); — As HEX: color: #CF3F4B; — As RGB: color: rgb(207, 63, 75); — Tailwind CSS: bg-[hsl(355,60%,53%)] — CSS variable: --color-primary: hsl(355, 60%, 53%);