HSL(327, 77%, 47%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(327,77%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 77%, 47%) color: hsl(327, 77%, 47%)
HEX #D41C81 color: #D41C81
RGB rgb(212, 28, 129) color: rgb(212, 28, 129)
CMYK cmyk(0%, 87%, 39%, 17%)
HSV hsv(327, 87%, 83%)
HWB hwb(327 11% 17%) color: hwb(327 11% 17%)
OKLCH oklch(0.5772 0.224 354.6) color: oklch(0.5772 0.224 354.6)
Lab lab(47.52 72.35 -8.33) color: lab(47.52 72.35 -8.33)
LCH lch(47.52 72.83 353.43) color: lch(47.52 72.83 353.43)

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

#848369 — rgb(132, 131, 105)

Deuteranopia (Green-blind)

#8F9D63 — rgb(143, 157, 99)

Tritanopia (Blue-blind)

#CB5551 — rgb(203, 85, 81)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 77%, 47%);

text

color: hsl(327, 77%, 47%);

border

border: 2px solid hsl(327, 77%, 47%);

gradient light

background: linear-gradient(to right, hsl(327, 77%, 67%), hsl(327, 77%, 47%));

gradient dark

background: linear-gradient(to right, hsl(327, 77%, 47%), hsl(327, 77%, 27%))

hex

background-color: #D41C81;

tailwind

bg-[hsl(327,77%,47%)]

box shadow

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

css variable

--color-primary: hsl(327, 77%, 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(327, 77%, 47%)?

HEX: #D41C81 | RGB: rgb(212, 28, 129) | CMYK: 0%, 87%, 39%, 17% | HSV: 327°, 87%, 83%. Copy any format from the conversion table above.

What colors go well with #D41C81?

The complementary color is HSL(147, 77%, 47%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(327, 77%, 47%) in CSS?

As HSL: color: hsl(327, 77%, 47%); — As HEX: color: #D41C81; — As RGB: color: rgb(212, 28, 129); — Tailwind CSS: bg-[hsl(327,77%,47%)] — CSS variable: --color-primary: hsl(327, 77%, 47%);