HSL(323, 66%, 59%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(323,66%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 66%, 59%) color: hsl(323, 66%, 59%)
HEX #DB51A7 color: #DB51A7
RGB rgb(219, 81, 167) color: rgb(219, 81, 167)
CMYK cmyk(0%, 63%, 24%, 14%)
HSV hsv(323, 63%, 86%)
HWB hwb(323 32% 14%) color: hwb(323 32% 14%)
OKLCH oklch(0.6447 0.1941 345.54) color: oklch(0.6447 0.1941 345.54)
Lab lab(55.83 62.37 -18.29) color: lab(55.83 62.37 -18.29)
LCH lch(55.83 65 343.66) color: lch(55.83 65 343.66)

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.65:1
vs Black 5.75: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)

#9F9E92 — rgb(159, 158, 146)

Deuteranopia (Green-blind)

#A7B28D — rgb(167, 178, 141)

Tritanopia (Blue-blind)

#D4827E — rgb(212, 130, 126)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 66%, 59%);

text

color: hsl(323, 66%, 59%);

border

border: 2px solid hsl(323, 66%, 59%);

gradient light

background: linear-gradient(to right, hsl(323, 66%, 79%), hsl(323, 66%, 59%));

gradient dark

background: linear-gradient(to right, hsl(323, 66%, 59%), hsl(323, 66%, 39%))

hex

background-color: #DB51A7;

tailwind

bg-[hsl(323,66%,59%)]

box shadow

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

css variable

--color-primary: hsl(323, 66%, 59%);

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

HEX: #DB51A7 | RGB: rgb(219, 81, 167) | CMYK: 0%, 63%, 24%, 14% | HSV: 323°, 63%, 86%. Copy any format from the conversion table above.

What colors go well with #DB51A7?

The complementary color is HSL(143, 66%, 59%). 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, 66%, 59%) in CSS?

As HSL: color: hsl(323, 66%, 59%); — As HEX: color: #DB51A7; — As RGB: color: rgb(219, 81, 167); — Tailwind CSS: bg-[hsl(323,66%,59%)] — CSS variable: --color-primary: hsl(323, 66%, 59%);