HSL(323, 80%, 55%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(323,80%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 80%, 55%) color: hsl(323, 80%, 55%)
HEX #E830A2 color: #E830A2
RGB rgb(232, 48, 162) color: rgb(232, 48, 162)
CMYK cmyk(0%, 79%, 30%, 9%)
HSV hsv(323, 79%, 91%)
HWB hwb(323 19% 9%) color: hwb(323 19% 9%)
OKLCH oklch(0.6341 0.2373 348.44) color: oklch(0.6341 0.2373 348.44)
Lab lab(53.9 76.05 -18.09) color: lab(53.9 76.05 -18.09)
LCH lch(53.9 78.17 346.62) color: lch(53.9 78.17 346.62)

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.91:1
vs Black 5.38: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)

#989786 — rgb(152, 151, 134)

Deuteranopia (Green-blind)

#A3B180 — rgb(163, 177, 128)

Tritanopia (Blue-blind)

#DF716C — rgb(223, 113, 108)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 80%, 55%);

text

color: hsl(323, 80%, 55%);

border

border: 2px solid hsl(323, 80%, 55%);

gradient light

background: linear-gradient(to right, hsl(323, 80%, 75%), hsl(323, 80%, 55%));

gradient dark

background: linear-gradient(to right, hsl(323, 80%, 55%), hsl(323, 80%, 35%))

hex

background-color: #E830A2;

tailwind

bg-[hsl(323,80%,55%)]

box shadow

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

css variable

--color-primary: hsl(323, 80%, 55%);

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

HEX: #E830A2 | RGB: rgb(232, 48, 162) | CMYK: 0%, 79%, 30%, 9% | HSV: 323°, 79%, 91%. Copy any format from the conversion table above.

What colors go well with #E830A2?

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

As HSL: color: hsl(323, 80%, 55%); — As HEX: color: #E830A2; — As RGB: color: rgb(232, 48, 162); — Tailwind CSS: bg-[hsl(323,80%,55%)] — CSS variable: --color-primary: hsl(323, 80%, 55%);