HSL(327, 55%, 32%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(327,55%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 55%, 32%) color: hsl(327, 55%, 32%)
HEX #7E2556 color: #7E2556
RGB rgb(126, 37, 86) color: rgb(126, 37, 86)
CMYK cmyk(0%, 71%, 32%, 51%)
HSV hsv(327, 71%, 49%)
HWB hwb(327 14% 51%) color: hwb(327 14% 51%)
OKLCH oklch(0.4182 0.1327 350.44) color: oklch(0.4182 0.1327 350.44)
Lab lab(30.48 42.93 -8.47) color: lab(30.48 42.93 -8.47)
LCH lch(30.48 43.76 348.84) color: lch(30.48 43.76 348.84)

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 9.19:1
vs Black 2.29:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#57574A — rgb(87, 87, 74)

Deuteranopia (Green-blind)

#5D6347 — rgb(93, 99, 71)

Tritanopia (Blue-blind)

#7A413F — rgb(122, 65, 63)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 55%, 32%);

text

color: hsl(327, 55%, 32%);

border

border: 2px solid hsl(327, 55%, 32%);

gradient light

background: linear-gradient(to right, hsl(327, 55%, 52%), hsl(327, 55%, 32%));

gradient dark

background: linear-gradient(to right, hsl(327, 55%, 32%), hsl(327, 55%, 12%))

hex

background-color: #7E2556;

tailwind

bg-[hsl(327,55%,32%)]

box shadow

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

css variable

--color-primary: hsl(327, 55%, 32%);

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

HEX: #7E2556 | RGB: rgb(126, 37, 86) | CMYK: 0%, 71%, 32%, 51% | HSV: 327°, 71%, 49%. Copy any format from the conversion table above.

What colors go well with #7E2556?

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

As HSL: color: hsl(327, 55%, 32%); — As HEX: color: #7E2556; — As RGB: color: rgb(126, 37, 86); — Tailwind CSS: bg-[hsl(327,55%,32%)] — CSS variable: --color-primary: hsl(327, 55%, 32%);