HSL(329, 55%, 62%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(329,55%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(329, 55%, 62%) color: hsl(329, 55%, 62%)
HEX #D369A0 color: #D369A0
RGB rgb(211, 105, 160) color: rgb(211, 105, 160)
CMYK cmyk(0%, 50%, 24%, 17%)
HSV hsv(329, 50%, 83%)
HWB hwb(329 42% 17%) color: hwb(329 42% 17%)
OKLCH oklch(0.6614 0.147 349.49) color: oklch(0.6614 0.147 349.49)
Lab lab(58.5 48.06 -10.29) color: lab(58.5 48.06 -10.29)
LCH lch(58.5 49.15 347.92) color: lch(58.5 49.15 347.92)

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.33:1
vs Black 6.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)

#A5A493 — rgb(165, 164, 147)

Deuteranopia (Green-blind)

#ABB390 — rgb(171, 179, 144)

Tritanopia (Blue-blind)

#CE8886 — rgb(206, 136, 134)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(329, 55%, 62%);

text

color: hsl(329, 55%, 62%);

border

border: 2px solid hsl(329, 55%, 62%);

gradient light

background: linear-gradient(to right, hsl(329, 55%, 82%), hsl(329, 55%, 62%));

gradient dark

background: linear-gradient(to right, hsl(329, 55%, 62%), hsl(329, 55%, 42%))

hex

background-color: #D369A0;

tailwind

bg-[hsl(329,55%,62%)]

box shadow

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

css variable

--color-primary: hsl(329, 55%, 62%);

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(329, 55%, 62%)?

HEX: #D369A0 | RGB: rgb(211, 105, 160) | CMYK: 0%, 50%, 24%, 17% | HSV: 329°, 50%, 83%. Copy any format from the conversion table above.

What colors go well with #D369A0?

The complementary color is HSL(149, 55%, 62%). For a triadic harmony, use hues 329°, 89°, and 209°. For analogous combinations, try hues 299° and 359°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(329, 55%, 62%) in CSS?

As HSL: color: hsl(329, 55%, 62%); — As HEX: color: #D369A0; — As RGB: color: rgb(211, 105, 160); — Tailwind CSS: bg-[hsl(329,55%,62%)] — CSS variable: --color-primary: hsl(329, 55%, 62%);