HSL(334, 50%, 39%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(334, 50%, 39%) color: hsl(334, 50%, 39%)
HEX #95325D color: #95325D
RGB rgb(149, 50, 93) color: rgb(149, 50, 93)
CMYK cmyk(0%, 66%, 38%, 42%)
HSV hsv(334, 66%, 58%)
HWB hwb(334 20% 42%) color: hwb(334 20% 42%)
OKLCH oklch(0.4739 0.139 356.96) color: oklch(0.4739 0.139 356.96)
Lab lab(36.86 45.39 -3.02) color: lab(36.86 45.39 -3.02)
LCH lch(36.86 45.49 356.19) color: lch(36.86 45.49 356.19)

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 7.26:1
vs Black 2.89:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#6A6953 — rgb(106, 105, 83)

Deuteranopia (Green-blind)

#707750 — rgb(112, 119, 80)

Tritanopia (Blue-blind)

#904A49 — rgb(144, 74, 73)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(334, 50%, 59%), hsl(334, 50%, 39%));

gradient dark

background: linear-gradient(to right, hsl(334, 50%, 39%), hsl(334, 50%, 19%))

hex

background-color: #95325D;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(334, 50%, 39%);

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

HEX: #95325D | RGB: rgb(149, 50, 93) | CMYK: 0%, 66%, 38%, 42% | HSV: 334°, 66%, 58%. Copy any format from the conversion table above.

What colors go well with #95325D?

The complementary color is HSL(154, 50%, 39%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(334, 50%, 39%); — As HEX: color: #95325D; — As RGB: color: rgb(149, 50, 93); — Tailwind CSS: bg-[hsl(334,50%,39%)] — CSS variable: --color-primary: hsl(334, 50%, 39%);