HSL(332, 78%, 41%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(332,78%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 78%, 41%) color: hsl(332, 78%, 41%)
HEX #BA1763 color: #BA1763
RGB rgb(186, 23, 99) color: rgb(186, 23, 99)
CMYK cmyk(0%, 88%, 47%, 27%)
HSV hsv(332, 88%, 73%)
HWB hwb(332 9% 27%) color: hwb(332 9% 27%)
OKLCH oklch(0.5187 0.1983 0.4) color: oklch(0.5187 0.1983 0.4)
Lab lab(41.15 64.4 0.28) color: lab(41.15 64.4 0.28)
LCH lch(41.15 64.4 0.25) color: lch(41.15 64.4 0.25)

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 6.19:1
vs Black 3.39: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)

#737251 — rgb(115, 114, 81)

Deuteranopia (Green-blind)

#7D894C — rgb(125, 137, 76)

Tritanopia (Blue-blind)

#B2423F — rgb(178, 66, 63)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 78%, 41%);

text

color: hsl(332, 78%, 41%);

border

border: 2px solid hsl(332, 78%, 41%);

gradient light

background: linear-gradient(to right, hsl(332, 78%, 61%), hsl(332, 78%, 41%));

gradient dark

background: linear-gradient(to right, hsl(332, 78%, 41%), hsl(332, 78%, 21%))

hex

background-color: #BA1763;

tailwind

bg-[hsl(332,78%,41%)]

box shadow

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

css variable

--color-primary: hsl(332, 78%, 41%);

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

HEX: #BA1763 | RGB: rgb(186, 23, 99) | CMYK: 0%, 88%, 47%, 27% | HSV: 332°, 88%, 73%. Copy any format from the conversion table above.

What colors go well with #BA1763?

The complementary color is HSL(152, 78%, 41%). 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, 78%, 41%) in CSS?

As HSL: color: hsl(332, 78%, 41%); — As HEX: color: #BA1763; — As RGB: color: rgb(186, 23, 99); — Tailwind CSS: bg-[hsl(332,78%,41%)] — CSS variable: --color-primary: hsl(332, 78%, 41%);