HSL(327, 63%, 39%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(327,63%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(327, 63%, 39%) color: hsl(327, 63%, 39%)
HEX #A2256A color: #A2256A
RGB rgb(162, 37, 106) color: rgb(162, 37, 106)
CMYK cmyk(0%, 77%, 35%, 36%)
HSV hsv(327, 77%, 64%)
HWB hwb(327 15% 36%) color: hwb(327 15% 36%)
OKLCH oklch(0.4876 0.172 351.86) color: oklch(0.4876 0.172 351.86)
Lab lab(37.93 55.56 -9.43) color: lab(37.93 55.56 -9.43)
LCH lch(37.93 56.35 350.37) color: lch(37.93 56.35 350.37)

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.98:1
vs Black 3.01: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)

#6C6B59 — rgb(108, 107, 89)

Deuteranopia (Green-blind)

#737D55 — rgb(115, 125, 85)

Tritanopia (Blue-blind)

#9C4C49 — rgb(156, 76, 73)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(327, 63%, 39%);

text

color: hsl(327, 63%, 39%);

border

border: 2px solid hsl(327, 63%, 39%);

gradient light

background: linear-gradient(to right, hsl(327, 63%, 59%), hsl(327, 63%, 39%));

gradient dark

background: linear-gradient(to right, hsl(327, 63%, 39%), hsl(327, 63%, 19%))

hex

background-color: #A2256A;

tailwind

bg-[hsl(327,63%,39%)]

box shadow

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

css variable

--color-primary: hsl(327, 63%, 39%);

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

HEX: #A2256A | RGB: rgb(162, 37, 106) | CMYK: 0%, 77%, 35%, 36% | HSV: 327°, 77%, 64%. Copy any format from the conversion table above.

What colors go well with #A2256A?

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

As HSL: color: hsl(327, 63%, 39%); — As HEX: color: #A2256A; — As RGB: color: rgb(162, 37, 106); — Tailwind CSS: bg-[hsl(327,63%,39%)] — CSS variable: --color-primary: hsl(327, 63%, 39%);