HSL(332, 75%, 47%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(332,75%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 75%, 47%) color: hsl(332, 75%, 47%)
HEX #D21E72 color: #D21E72
RGB rgb(210, 30, 114) color: rgb(210, 30, 114)
CMYK cmyk(0%, 86%, 46%, 18%)
HSV hsv(332, 86%, 82%)
HWB hwb(332 11% 18%) color: hwb(332 11% 18%)
OKLCH oklch(0.5696 0.216 0.01) color: oklch(0.5696 0.216 0.01)
Lab lab(46.78 70.16 -0.28) color: lab(46.78 70.16 -0.28)
LCH lch(46.78 70.16 359.77) color: lch(46.78 70.16 359.77)

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 5.04:1
vs Black 4.17: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)

#84825E — rgb(132, 130, 94)

Deuteranopia (Green-blind)

#8F9C59 — rgb(143, 156, 89)

Tritanopia (Blue-blind)

#C94E4A — rgb(201, 78, 74)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 75%, 47%);

text

color: hsl(332, 75%, 47%);

border

border: 2px solid hsl(332, 75%, 47%);

gradient light

background: linear-gradient(to right, hsl(332, 75%, 67%), hsl(332, 75%, 47%));

gradient dark

background: linear-gradient(to right, hsl(332, 75%, 47%), hsl(332, 75%, 27%))

hex

background-color: #D21E72;

tailwind

bg-[hsl(332,75%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(332, 75%, 47%, 0.4);

css variable

--color-primary: hsl(332, 75%, 47%);

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(332, 75%, 47%)?

HEX: #D21E72 | RGB: rgb(210, 30, 114) | CMYK: 0%, 86%, 46%, 18% | HSV: 332°, 86%, 82%. Copy any format from the conversion table above.

What colors go well with #D21E72?

The complementary color is HSL(152, 75%, 47%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(332, 75%, 47%) in CSS?

As HSL: color: hsl(332, 75%, 47%); — As HEX: color: #D21E72; — As RGB: color: rgb(210, 30, 114); — Tailwind CSS: bg-[hsl(332,75%,47%)] — CSS variable: --color-primary: hsl(332, 75%, 47%);