HSL(339, 73%, 52%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(339,73%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(339, 73%, 52%) color: hsl(339, 73%, 52%)
HEX #DE2B6A color: #DE2B6A
RGB rgb(222, 43, 106) color: rgb(222, 43, 106)
CMYK cmyk(0%, 81%, 52%, 13%)
HSV hsv(339, 81%, 87%)
HWB hwb(339 17% 13%) color: hwb(339 17% 13%)
OKLCH oklch(0.5955 0.214 6.49) color: oklch(0.5955 0.214 6.49)
Lab lab(49.86 69.63 9.36) color: lab(49.86 69.63 9.36)
LCH lch(49.86 70.26 7.66) color: lch(49.86 70.26 7.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 4.51:1
vs Black 4.66: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)

#908F5B — rgb(144, 143, 91)

Deuteranopia (Green-blind)

#9BA857 — rgb(155, 168, 87)

Tritanopia (Blue-blind)

#D54F4C — rgb(213, 79, 76)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(339, 73%, 52%);

text

color: hsl(339, 73%, 52%);

border

border: 2px solid hsl(339, 73%, 52%);

gradient light

background: linear-gradient(to right, hsl(339, 73%, 72%), hsl(339, 73%, 52%));

gradient dark

background: linear-gradient(to right, hsl(339, 73%, 52%), hsl(339, 73%, 32%))

hex

background-color: #DE2B6A;

tailwind

bg-[hsl(339,73%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(339, 73%, 52%, 0.4);

css variable

--color-primary: hsl(339, 73%, 52%);

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(339, 73%, 52%)?

HEX: #DE2B6A | RGB: rgb(222, 43, 106) | CMYK: 0%, 81%, 52%, 13% | HSV: 339°, 81%, 87%. Copy any format from the conversion table above.

What colors go well with #DE2B6A?

The complementary color is HSL(159, 73%, 52%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(339, 73%, 52%) in CSS?

As HSL: color: hsl(339, 73%, 52%); — As HEX: color: #DE2B6A; — As RGB: color: rgb(222, 43, 106); — Tailwind CSS: bg-[hsl(339,73%,52%)] — CSS variable: --color-primary: hsl(339, 73%, 52%);