HSL(337, 39%, 50%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(337,39%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(337, 39%, 50%) color: hsl(337, 39%, 50%)
HEX #B14E74 color: #B14E74
RGB rgb(177, 78, 116) color: rgb(177, 78, 116)
CMYK cmyk(0%, 56%, 34%, 31%)
HSV hsv(337, 56%, 69%)
HWB hwb(337 30% 31%) color: hwb(337 30% 31%)
OKLCH oklch(0.5611 0.1349 358.27) color: oklch(0.5611 0.1349 358.27)
Lab lab(47.05 44.29 -1.77) color: lab(47.05 44.29 -1.77)
LCH lch(47.05 44.33 357.71) color: lch(47.05 44.33 357.71)

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.99:1
vs Black 4.21: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)

#86856B — rgb(134, 133, 107)

Deuteranopia (Green-blind)

#8C9369 — rgb(140, 147, 105)

Tritanopia (Blue-blind)

#AC6462 — rgb(172, 100, 98)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(337, 39%, 50%);

text

color: hsl(337, 39%, 50%);

border

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

gradient light

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

gradient dark

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

hex

background-color: #B14E74;

tailwind

bg-[hsl(337,39%,50%)]

box shadow

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

css variable

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

HEX: #B14E74 | RGB: rgb(177, 78, 116) | CMYK: 0%, 56%, 34%, 31% | HSV: 337°, 56%, 69%. Copy any format from the conversion table above.

What colors go well with #B14E74?

The complementary color is HSL(157, 39%, 50%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(337, 39%, 50%); — As HEX: color: #B14E74; — As RGB: color: rgb(177, 78, 116); — Tailwind CSS: bg-[hsl(337,39%,50%)] — CSS variable: --color-primary: hsl(337, 39%, 50%);