HSL(329, 72%, 67%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(329, 72%, 67%) color: hsl(329, 72%, 67%)
HEX #E76EAD color: #E76EAD
RGB rgb(231, 110, 173) color: rgb(231, 110, 173)
CMYK cmyk(0%, 52%, 25%, 9%)
HSV hsv(329, 52%, 91%)
HWB hwb(329 44% 9%) color: hwb(329 44% 9%)
OKLCH oklch(0.6995 0.1648 349.74) color: oklch(0.6995 0.1648 349.74)
Lab lab(62.64 53.79 -11.27) color: lab(62.64 53.79 -11.27)
LCH lch(62.64 54.96 348.17) color: lch(62.64 54.96 348.17)

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 2.9:1
vs Black 7.23:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#B3B29E — rgb(179, 178, 158)

Deuteranopia (Green-blind)

#BAC39A — rgb(186, 195, 154)

Tritanopia (Blue-blind)

#E1928F — rgb(225, 146, 143)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(329, 72%, 87%), hsl(329, 72%, 67%));

gradient dark

background: linear-gradient(to right, hsl(329, 72%, 67%), hsl(329, 72%, 47%))

hex

background-color: #E76EAD;

tailwind

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

box shadow

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

css variable

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

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

HEX: #E76EAD | RGB: rgb(231, 110, 173) | CMYK: 0%, 52%, 25%, 9% | HSV: 329°, 52%, 91%. Copy any format from the conversion table above.

What colors go well with #E76EAD?

The complementary color is HSL(149, 72%, 67%). 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%, 67%) in CSS?

As HSL: color: hsl(329, 72%, 67%); — As HEX: color: #E76EAD; — As RGB: color: rgb(231, 110, 173); — Tailwind CSS: bg-[hsl(329,72%,67%)] — CSS variable: --color-primary: hsl(329, 72%, 67%);