HSL(331, 84%, 32%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(331,84%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(331, 84%, 32%) color: hsl(331, 84%, 32%)
HEX #960D4F color: #960D4F
RGB rgb(150, 13, 79) color: rgb(150, 13, 79)
CMYK cmyk(0%, 91%, 47%, 41%)
HSV hsv(331, 91%, 59%)
HWB hwb(331 5% 41%) color: hwb(331 5% 41%)
OKLCH oklch(0.4412 0.1712 359.97) color: oklch(0.4412 0.1712 359.97)
Lab lab(32.57 55.57 -0.27) color: lab(32.57 55.57 -0.27)
LCH lch(32.57 55.57 359.72) color: lch(32.57 55.57 359.72)

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 8.51:1
vs Black 2.47:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#5B593F — rgb(91, 89, 63)

Deuteranopia (Green-blind)

#636D3B — rgb(99, 109, 59)

Tritanopia (Blue-blind)

#8F3230 — rgb(143, 50, 48)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(331, 84%, 32%);

text

color: hsl(331, 84%, 32%);

border

border: 2px solid hsl(331, 84%, 32%);

gradient light

background: linear-gradient(to right, hsl(331, 84%, 52%), hsl(331, 84%, 32%));

gradient dark

background: linear-gradient(to right, hsl(331, 84%, 32%), hsl(331, 84%, 12%))

hex

background-color: #960D4F;

tailwind

bg-[hsl(331,84%,32%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(331, 84%, 32%, 0.4);

css variable

--color-primary: hsl(331, 84%, 32%);

Related Colors

Use Cases for Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(331, 84%, 32%)?

HEX: #960D4F | RGB: rgb(150, 13, 79) | CMYK: 0%, 91%, 47%, 41% | HSV: 331°, 91%, 59%. Copy any format from the conversion table above.

What colors go well with #960D4F?

The complementary color is HSL(151, 84%, 32%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(331, 84%, 32%) in CSS?

As HSL: color: hsl(331, 84%, 32%); — As HEX: color: #960D4F; — As RGB: color: rgb(150, 13, 79); — Tailwind CSS: bg-[hsl(331,84%,32%)] — CSS variable: --color-primary: hsl(331, 84%, 32%);