HSL(325, 50%, 50%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(325,50%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(325, 50%, 50%) color: hsl(325, 50%, 50%)
HEX #BF408A color: #BF408A
RGB rgb(191, 64, 138) color: rgb(191, 64, 138)
CMYK cmyk(0%, 66%, 28%, 25%)
HSV hsv(325, 66%, 75%)
HWB hwb(325 26% 25%) color: hwb(325 26% 25%)
OKLCH oklch(0.5729 0.1787 348.27) color: oklch(0.5729 0.1787 348.27)
Lab lab(47.73 57.64 -13.84) color: lab(47.73 57.64 -13.84)
LCH lch(47.73 59.28 346.5) color: lch(47.73 59.28 346.5)

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.87:1
vs Black 4.32: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)

#888778 — rgb(136, 135, 120)

Deuteranopia (Green-blind)

#8F9974 — rgb(143, 153, 116)

Tritanopia (Blue-blind)

#B96A67 — rgb(185, 106, 103)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(325, 50%, 50%);

text

color: hsl(325, 50%, 50%);

border

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

gradient light

background: linear-gradient(to right, hsl(325, 50%, 70%), hsl(325, 50%, 50%));

gradient dark

background: linear-gradient(to right, hsl(325, 50%, 50%), hsl(325, 50%, 30%))

hex

background-color: #BF408A;

tailwind

bg-[hsl(325,50%,50%)]

box shadow

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

css variable

--color-primary: hsl(325, 50%, 50%);

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

HEX: #BF408A | RGB: rgb(191, 64, 138) | CMYK: 0%, 66%, 28%, 25% | HSV: 325°, 66%, 75%. Copy any format from the conversion table above.

What colors go well with #BF408A?

The complementary color is HSL(145, 50%, 50%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(325, 50%, 50%); — As HEX: color: #BF408A; — As RGB: color: rgb(191, 64, 138); — Tailwind CSS: bg-[hsl(325,50%,50%)] — CSS variable: --color-primary: hsl(325, 50%, 50%);