HSL(339, 35%, 73%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(339, 35%, 73%) color: hsl(339, 35%, 73%)
HEX #D2A2B3 color: #D2A2B3
RGB rgb(210, 162, 179) color: rgb(210, 162, 179)
CMYK cmyk(0%, 23%, 15%, 18%)
HSV hsv(339, 23%, 82%)
HWB hwb(339 63% 18%) color: hwb(339 63% 18%)
OKLCH oklch(0.7614 0.0608 355.51) color: oklch(0.7614 0.0608 355.51)
Lab lab(71.42 20.36 -1.91) color: lab(71.42 20.36 -1.91)
LCH lch(71.42 20.45 354.64) color: lch(71.42 20.45 354.64)

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 2.2:1
vs Black 9.56:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#BDBDAF — rgb(189, 189, 175)

Deuteranopia (Green-blind)

#C0C4AE — rgb(192, 196, 174)

Tritanopia (Blue-blind)

#D0ACAB — rgb(208, 172, 171)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(339, 35%, 93%), hsl(339, 35%, 73%));

gradient dark

background: linear-gradient(to right, hsl(339, 35%, 73%), hsl(339, 35%, 53%))

hex

background-color: #D2A2B3;

tailwind

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

box shadow

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

css variable

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

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, 35%, 73%)?

HEX: #D2A2B3 | RGB: rgb(210, 162, 179) | CMYK: 0%, 23%, 15%, 18% | HSV: 339°, 23%, 82%. Copy any format from the conversion table above.

What colors go well with #D2A2B3?

The complementary color is HSL(159, 35%, 73%). 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, 35%, 73%) in CSS?

As HSL: color: hsl(339, 35%, 73%); — As HEX: color: #D2A2B3; — As RGB: color: rgb(210, 162, 179); — Tailwind CSS: bg-[hsl(339,35%,73%)] — CSS variable: --color-primary: hsl(339, 35%, 73%);