HSL(323, 40%, 50%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(323,40%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(323, 40%, 50%) color: hsl(323, 40%, 50%)
HEX #B34D8B color: #B34D8B
RGB rgb(179, 77, 139) color: rgb(179, 77, 139)
CMYK cmyk(0%, 57%, 22%, 30%)
HSV hsv(324, 57%, 70%)
HWB hwb(324 30% 30%) color: hwb(324 30% 30%)
OKLCH oklch(0.571 0.1503 345.45) color: oklch(0.571 0.1503 345.45)
Lab lab(47.95 48.52 -14.28) color: lab(47.95 48.52 -14.28)
LCH lch(47.95 50.58 343.6) color: lch(47.95 50.58 343.6)

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.83:1
vs Black 4.35: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)

#87867C — rgb(135, 134, 124)

Deuteranopia (Green-blind)

#8D9478 — rgb(141, 148, 120)

Tritanopia (Blue-blind)

#AE706E — rgb(174, 112, 110)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(323, 40%, 50%);

text

color: hsl(323, 40%, 50%);

border

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

gradient light

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

gradient dark

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

hex

background-color: #B34D8B;

tailwind

bg-[hsl(323,40%,50%)]

box shadow

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

css variable

--color-primary: hsl(323, 40%, 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(323, 40%, 50%)?

HEX: #B34D8B | RGB: rgb(179, 77, 139) | CMYK: 0%, 57%, 22%, 30% | HSV: 324°, 57%, 70%. Copy any format from the conversion table above.

What colors go well with #B34D8B?

The complementary color is HSL(143, 40%, 50%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(323, 40%, 50%); — As HEX: color: #B34D8B; — As RGB: color: rgb(179, 77, 139); — Tailwind CSS: bg-[hsl(323,40%,50%)] — CSS variable: --color-primary: hsl(323, 40%, 50%);