HSL(322, 80%, 51%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(322,80%,51%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 80%, 51%) color: hsl(322, 80%, 51%)
HEX #E61E9D color: #E61E9D
RGB rgb(230, 30, 157) color: rgb(230, 30, 157)
CMYK cmyk(0%, 87%, 32%, 10%)
HSV hsv(322, 87%, 90%)
HWB hwb(322 12% 10%) color: hwb(322 12% 10%)
OKLCH oklch(0.6195 0.2463 348.95) color: oklch(0.6195 0.2463 348.95)
Lab lab(52.05 78.81 -17.99) color: lab(52.05 78.81 -17.99)
LCH lch(52.05 80.84 347.14) color: lch(52.05 80.84 347.14)

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 4.17:1
vs Black 5.04: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)

#8F8E7E — rgb(143, 142, 126)

Deuteranopia (Green-blind)

#9BAA77 — rgb(155, 170, 119)

Tritanopia (Blue-blind)

#DC6661 — rgb(220, 102, 97)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 80%, 51%);

text

color: hsl(322, 80%, 51%);

border

border: 2px solid hsl(322, 80%, 51%);

gradient light

background: linear-gradient(to right, hsl(322, 80%, 71%), hsl(322, 80%, 51%));

gradient dark

background: linear-gradient(to right, hsl(322, 80%, 51%), hsl(322, 80%, 31%))

hex

background-color: #E61E9D;

tailwind

bg-[hsl(322,80%,51%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(322, 80%, 51%, 0.4);

css variable

--color-primary: hsl(322, 80%, 51%);

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(322, 80%, 51%)?

HEX: #E61E9D | RGB: rgb(230, 30, 157) | CMYK: 0%, 87%, 32%, 10% | HSV: 322°, 87%, 90%. Copy any format from the conversion table above.

What colors go well with #E61E9D?

The complementary color is HSL(142, 80%, 51%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(322, 80%, 51%) in CSS?

As HSL: color: hsl(322, 80%, 51%); — As HEX: color: #E61E9D; — As RGB: color: rgb(230, 30, 157); — Tailwind CSS: bg-[hsl(322,80%,51%)] — CSS variable: --color-primary: hsl(322, 80%, 51%);