HSL(327, 78%, 46%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(327,78%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 78%, 46%) color: hsl(327, 78%, 46%)
HEX #D11A7E color: #D11A7E
RGB rgb(209, 26, 126) color: rgb(209, 26, 126)
CMYK cmyk(0%, 88%, 40%, 18%)
HSV hsv(327, 88%, 82%)
HWB hwb(327 10% 18%) color: hwb(327 10% 18%)
OKLCH oklch(0.5701 0.222 354.95) color: oklch(0.5701 0.222 354.95)
Lab lab(46.72 71.73 -7.75) color: lab(46.72 71.73 -7.75)
LCH lch(46.72 72.15 353.83) color: lch(46.72 72.15 353.83)

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.05:1
vs Black 4.16: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)

#828066 — rgb(130, 128, 102)

Deuteranopia (Green-blind)

#8C9A60 — rgb(140, 154, 96)

Tritanopia (Blue-blind)

#C8534F — rgb(200, 83, 79)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 78%, 46%);

text

color: hsl(327, 78%, 46%);

border

border: 2px solid hsl(327, 78%, 46%);

gradient light

background: linear-gradient(to right, hsl(327, 78%, 66%), hsl(327, 78%, 46%));

gradient dark

background: linear-gradient(to right, hsl(327, 78%, 46%), hsl(327, 78%, 26%))

hex

background-color: #D11A7E;

tailwind

bg-[hsl(327,78%,46%)]

box shadow

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

css variable

--color-primary: hsl(327, 78%, 46%);

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, 78%, 46%)?

HEX: #D11A7E | RGB: rgb(209, 26, 126) | CMYK: 0%, 88%, 40%, 18% | HSV: 327°, 88%, 82%. Copy any format from the conversion table above.

What colors go well with #D11A7E?

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

As HSL: color: hsl(327, 78%, 46%); — As HEX: color: #D11A7E; — As RGB: color: rgb(209, 26, 126); — Tailwind CSS: bg-[hsl(327,78%,46%)] — CSS variable: --color-primary: hsl(327, 78%, 46%);