HSL(332, 58%, 47%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(332,58%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 58%, 47%) color: hsl(332, 58%, 47%)
HEX #BD3273 color: #BD3273
RGB rgb(189, 50, 115) color: rgb(189, 50, 115)
CMYK cmyk(0%, 74%, 39%, 26%)
HSV hsv(332, 74%, 74%)
HWB hwb(332 19% 26%) color: hwb(332 19% 26%)
OKLCH oklch(0.5475 0.1832 356.63) color: oklch(0.5475 0.1832 356.63)
Lab lab(44.72 59.59 -4.38) color: lab(44.72 59.59 -4.38)
LCH lch(44.72 59.75 355.8) color: lch(44.72 59.75 355.8)

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.43:1
vs Black 3.87: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)

#818063 — rgb(129, 128, 99)

Deuteranopia (Green-blind)

#899360 — rgb(137, 147, 96)

Tritanopia (Blue-blind)

#B65754 — rgb(182, 87, 84)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 58%, 47%);

text

color: hsl(332, 58%, 47%);

border

border: 2px solid hsl(332, 58%, 47%);

gradient light

background: linear-gradient(to right, hsl(332, 58%, 67%), hsl(332, 58%, 47%));

gradient dark

background: linear-gradient(to right, hsl(332, 58%, 47%), hsl(332, 58%, 27%))

hex

background-color: #BD3273;

tailwind

bg-[hsl(332,58%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(332, 58%, 47%, 0.4);

css variable

--color-primary: hsl(332, 58%, 47%);

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(332, 58%, 47%)?

HEX: #BD3273 | RGB: rgb(189, 50, 115) | CMYK: 0%, 74%, 39%, 26% | HSV: 332°, 74%, 74%. Copy any format from the conversion table above.

What colors go well with #BD3273?

The complementary color is HSL(152, 58%, 47%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(332, 58%, 47%) in CSS?

As HSL: color: hsl(332, 58%, 47%); — As HEX: color: #BD3273; — As RGB: color: rgb(189, 50, 115); — Tailwind CSS: bg-[hsl(332,58%,47%)] — CSS variable: --color-primary: hsl(332, 58%, 47%);