HSL(329, 55%, 45%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(329, 55%, 45%) color: hsl(329, 55%, 45%)
HEX #B23475 color: #B23475
RGB rgb(178, 52, 117) color: rgb(178, 52, 117)
CMYK cmyk(0%, 71%, 34%, 30%)
HSV hsv(329, 71%, 70%)
HWB hwb(329 20% 30%) color: hwb(329 20% 30%)
OKLCH oklch(0.532 0.1728 352.95) color: oklch(0.532 0.1728 352.95)
Lab lab(43.07 56.04 -8.27) color: lab(43.07 56.04 -8.27)
LCH lch(43.07 56.65 351.61) color: lch(43.07 56.65 351.61)

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 5.77:1
vs Black 3.64:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#7B7A65 — rgb(123, 122, 101)

Deuteranopia (Green-blind)

#838C62 — rgb(131, 140, 98)

Tritanopia (Blue-blind)

#AC5956 — rgb(172, 89, 86)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(329, 55%, 65%), hsl(329, 55%, 45%));

gradient dark

background: linear-gradient(to right, hsl(329, 55%, 45%), hsl(329, 55%, 25%))

hex

background-color: #B23475;

tailwind

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

box shadow

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

css variable

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

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

HEX: #B23475 | RGB: rgb(178, 52, 117) | CMYK: 0%, 71%, 34%, 30% | HSV: 329°, 71%, 70%. Copy any format from the conversion table above.

What colors go well with #B23475?

The complementary color is HSL(149, 55%, 45%). 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%, 45%) in CSS?

As HSL: color: hsl(329, 55%, 45%); — As HEX: color: #B23475; — As RGB: color: rgb(178, 52, 117); — Tailwind CSS: bg-[hsl(329,55%,45%)] — CSS variable: --color-primary: hsl(329, 55%, 45%);