HSL(327, 75%, 44%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(327,75%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 75%, 44%) color: hsl(327, 75%, 44%)
HEX #C41C79 color: #C41C79
RGB rgb(196, 28, 121) color: rgb(196, 28, 121)
CMYK cmyk(0%, 86%, 38%, 23%)
HSV hsv(327, 86%, 77%)
HWB hwb(327 11% 23%) color: hwb(327 11% 23%)
OKLCH oklch(0.5465 0.2103 353.9) color: oklch(0.5465 0.2103 353.9)
Lab lab(44.16 67.87 -8.77) color: lab(44.16 67.87 -8.77)
LCH lch(44.16 68.43 352.64) color: lch(44.16 68.43 352.64)

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.54:1
vs Black 3.79: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)

#7B7A62 — rgb(123, 122, 98)

Deuteranopia (Green-blind)

#85925D — rgb(133, 146, 93)

Tritanopia (Blue-blind)

#BC514D — rgb(188, 81, 77)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 75%, 44%);

text

color: hsl(327, 75%, 44%);

border

border: 2px solid hsl(327, 75%, 44%);

gradient light

background: linear-gradient(to right, hsl(327, 75%, 64%), hsl(327, 75%, 44%));

gradient dark

background: linear-gradient(to right, hsl(327, 75%, 44%), hsl(327, 75%, 24%))

hex

background-color: #C41C79;

tailwind

bg-[hsl(327,75%,44%)]

box shadow

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

css variable

--color-primary: hsl(327, 75%, 44%);

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, 75%, 44%)?

HEX: #C41C79 | RGB: rgb(196, 28, 121) | CMYK: 0%, 86%, 38%, 23% | HSV: 327°, 86%, 77%. Copy any format from the conversion table above.

What colors go well with #C41C79?

The complementary color is HSL(147, 75%, 44%). 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, 75%, 44%) in CSS?

As HSL: color: hsl(327, 75%, 44%); — As HEX: color: #C41C79; — As RGB: color: rgb(196, 28, 121); — Tailwind CSS: bg-[hsl(327,75%,44%)] — CSS variable: --color-primary: hsl(327, 75%, 44%);