HSL(323, 63%, 60%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(323,63%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 63%, 60%) color: hsl(323, 63%, 60%)
HEX #D959A8 color: #D959A8
RGB rgb(217, 89, 168) color: rgb(217, 89, 168)
CMYK cmyk(0%, 59%, 23%, 15%)
HSV hsv(323, 59%, 85%)
HWB hwb(323 35% 15%) color: hwb(323 35% 15%)
OKLCH oklch(0.6515 0.1818 345.31) color: oklch(0.6515 0.1818 345.31)
Lab lab(56.81 58.53 -17.4) color: lab(56.81 58.53 -17.4)
LCH lch(56.81 61.06 343.44) color: lch(56.81 61.06 343.44)

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 3.53:1
vs Black 5.94:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A2A095 — rgb(162, 160, 149)

Deuteranopia (Green-blind)

#A9B390 — rgb(169, 179, 144)

Tritanopia (Blue-blind)

#D38682 — rgb(211, 134, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 63%, 60%);

text

color: hsl(323, 63%, 60%);

border

border: 2px solid hsl(323, 63%, 60%);

gradient light

background: linear-gradient(to right, hsl(323, 63%, 80%), hsl(323, 63%, 60%));

gradient dark

background: linear-gradient(to right, hsl(323, 63%, 60%), hsl(323, 63%, 40%))

hex

background-color: #D959A8;

tailwind

bg-[hsl(323,63%,60%)]

box shadow

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

css variable

--color-primary: hsl(323, 63%, 60%);

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(323, 63%, 60%)?

HEX: #D959A8 | RGB: rgb(217, 89, 168) | CMYK: 0%, 59%, 23%, 15% | HSV: 323°, 59%, 85%. Copy any format from the conversion table above.

What colors go well with #D959A8?

The complementary color is HSL(143, 63%, 60%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(323, 63%, 60%) in CSS?

As HSL: color: hsl(323, 63%, 60%); — As HEX: color: #D959A8; — As RGB: color: rgb(217, 89, 168); — Tailwind CSS: bg-[hsl(323,63%,60%)] — CSS variable: --color-primary: hsl(323, 63%, 60%);