HSL(329, 72%, 41%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(329,72%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(329, 72%, 41%) color: hsl(329, 72%, 41%)
HEX #B41D6B color: #B41D6B
RGB rgb(180, 29, 107) color: rgb(180, 29, 107)
CMYK cmyk(0%, 84%, 41%, 29%)
HSV hsv(329, 84%, 71%)
HWB hwb(329 11% 29%) color: hwb(329 11% 29%)
OKLCH oklch(0.5138 0.1928 355.83) color: oklch(0.5138 0.1928 355.83)
Lab lab(40.65 62.43 -5.63) color: lab(40.65 62.43 -5.63)
LCH lch(40.65 62.68 354.85) color: lch(40.65 62.68 354.85)

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 6.31:1
vs Black 3.33: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)

#737158 — rgb(115, 113, 88)

Deuteranopia (Green-blind)

#7B8754 — rgb(123, 135, 84)

Tritanopia (Blue-blind)

#AC4946 — rgb(172, 73, 70)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(329, 72%, 41%);

text

color: hsl(329, 72%, 41%);

border

border: 2px solid hsl(329, 72%, 41%);

gradient light

background: linear-gradient(to right, hsl(329, 72%, 61%), hsl(329, 72%, 41%));

gradient dark

background: linear-gradient(to right, hsl(329, 72%, 41%), hsl(329, 72%, 21%))

hex

background-color: #B41D6B;

tailwind

bg-[hsl(329,72%,41%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(329, 72%, 41%, 0.4);

css variable

--color-primary: hsl(329, 72%, 41%);

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(329, 72%, 41%)?

HEX: #B41D6B | RGB: rgb(180, 29, 107) | CMYK: 0%, 84%, 41%, 29% | HSV: 329°, 84%, 71%. Copy any format from the conversion table above.

What colors go well with #B41D6B?

The complementary color is HSL(149, 72%, 41%). For a triadic harmony, use hues 329°, 89°, and 209°. For analogous combinations, try hues 299° and 359°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(329, 72%, 41%) in CSS?

As HSL: color: hsl(329, 72%, 41%); — As HEX: color: #B41D6B; — As RGB: color: rgb(180, 29, 107); — Tailwind CSS: bg-[hsl(329,72%,41%)] — CSS variable: --color-primary: hsl(329, 72%, 41%);