HSL(332, 50%, 53%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(332,50%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 50%, 53%) color: hsl(332, 50%, 53%)
HEX #C34B83 color: #C34B83
RGB rgb(195, 75, 131) color: rgb(195, 75, 131)
CMYK cmyk(0%, 62%, 33%, 24%)
HSV hsv(332, 62%, 76%)
HWB hwb(332 29% 24%) color: hwb(332 29% 24%)
OKLCH oklch(0.5889 0.1633 354.29) color: oklch(0.5889 0.1633 354.29)
Lab lab(49.83 53.32 -6.41) color: lab(49.83 53.32 -6.41)
LCH lch(49.83 53.7 353.14) color: lch(49.83 53.7 353.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.51:1
vs Black 4.65:1

AA Normal (4.5:1)

on White: PASS ✓ 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)

#8F8E75 — rgb(143, 142, 117)

Deuteranopia (Green-blind)

#969F72 — rgb(150, 159, 114)

Tritanopia (Blue-blind)

#BD6B68 — rgb(189, 107, 104)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 50%, 53%);

text

color: hsl(332, 50%, 53%);

border

border: 2px solid hsl(332, 50%, 53%);

gradient light

background: linear-gradient(to right, hsl(332, 50%, 73%), hsl(332, 50%, 53%));

gradient dark

background: linear-gradient(to right, hsl(332, 50%, 53%), hsl(332, 50%, 33%))

hex

background-color: #C34B83;

tailwind

bg-[hsl(332,50%,53%)]

box shadow

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

css variable

--color-primary: hsl(332, 50%, 53%);

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(332, 50%, 53%)?

HEX: #C34B83 | RGB: rgb(195, 75, 131) | CMYK: 0%, 62%, 33%, 24% | HSV: 332°, 62%, 76%. Copy any format from the conversion table above.

What colors go well with #C34B83?

The complementary color is HSL(152, 50%, 53%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(332, 50%, 53%) in CSS?

As HSL: color: hsl(332, 50%, 53%); — As HEX: color: #C34B83; — As RGB: color: rgb(195, 75, 131); — Tailwind CSS: bg-[hsl(332,50%,53%)] — CSS variable: --color-primary: hsl(332, 50%, 53%);