HSL(321, 50%, 56%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(321,50%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(321, 50%, 56%) color: hsl(321, 50%, 56%)
HEX #C757A0 color: #C757A0
RGB rgb(199, 87, 160) color: rgb(199, 87, 160)
CMYK cmyk(0%, 56%, 20%, 22%)
HSV hsv(321, 56%, 78%)
HWB hwb(321 34% 22%) color: hwb(321 34% 22%)
OKLCH oklch(0.6206 0.1651 343.09) color: oklch(0.6206 0.1651 343.09)
Lab lab(53.49 52.98 -18.03) color: lab(53.49 52.98 -18.03)
LCH lch(53.49 55.96 341.21) color: lch(53.49 55.96 341.21)

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.96:1
vs Black 5.3: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)

#97958E — rgb(151, 149, 142)

Deuteranopia (Green-blind)

#9DA58A — rgb(157, 165, 138)

Tritanopia (Blue-blind)

#C1807D — rgb(193, 128, 125)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(321, 50%, 56%);

text

color: hsl(321, 50%, 56%);

border

border: 2px solid hsl(321, 50%, 56%);

gradient light

background: linear-gradient(to right, hsl(321, 50%, 76%), hsl(321, 50%, 56%));

gradient dark

background: linear-gradient(to right, hsl(321, 50%, 56%), hsl(321, 50%, 36%))

hex

background-color: #C757A0;

tailwind

bg-[hsl(321,50%,56%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(321, 50%, 56%, 0.4);

css variable

--color-primary: hsl(321, 50%, 56%);

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(321, 50%, 56%)?

HEX: #C757A0 | RGB: rgb(199, 87, 160) | CMYK: 0%, 56%, 20%, 22% | HSV: 321°, 56%, 78%. Copy any format from the conversion table above.

What colors go well with #C757A0?

The complementary color is HSL(141, 50%, 56%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(321, 50%, 56%) in CSS?

As HSL: color: hsl(321, 50%, 56%); — As HEX: color: #C757A0; — As RGB: color: rgb(199, 87, 160); — Tailwind CSS: bg-[hsl(321,50%,56%)] — CSS variable: --color-primary: hsl(321, 50%, 56%);