HSL(331, 25%, 46%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(331,25%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(331, 25%, 46%) color: hsl(331, 25%, 46%)
HEX #935874 color: #935874
RGB rgb(147, 88, 116) color: rgb(147, 88, 116)
CMYK cmyk(0%, 40%, 21%, 42%)
HSV hsv(332, 40%, 58%)
HWB hwb(332 35% 42%) color: hwb(332 35% 42%)
OKLCH oklch(0.5358 0.0858 350.48) color: oklch(0.5358 0.0858 350.48)
Lab lab(44.86 28.33 -5.48) color: lab(44.86 28.33 -5.48)
LCH lch(44.86 28.86 349.05) color: lch(44.86 28.86 349.05)

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.4:1
vs Black 3.89: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)

#79796D — rgb(121, 121, 109)

Deuteranopia (Green-blind)

#7D816C — rgb(125, 129, 108)

Tritanopia (Blue-blind)

#906867 — rgb(144, 104, 103)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(331, 25%, 46%);

text

color: hsl(331, 25%, 46%);

border

border: 2px solid hsl(331, 25%, 46%);

gradient light

background: linear-gradient(to right, hsl(331, 25%, 66%), hsl(331, 25%, 46%));

gradient dark

background: linear-gradient(to right, hsl(331, 25%, 46%), hsl(331, 25%, 26%))

hex

background-color: #935874;

tailwind

bg-[hsl(331,25%,46%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(331, 25%, 46%, 0.4);

css variable

--color-primary: hsl(331, 25%, 46%);

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(331, 25%, 46%)?

HEX: #935874 | RGB: rgb(147, 88, 116) | CMYK: 0%, 40%, 21%, 42% | HSV: 332°, 40%, 58%. Copy any format from the conversion table above.

What colors go well with #935874?

The complementary color is HSL(151, 25%, 46%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(331, 25%, 46%) in CSS?

As HSL: color: hsl(331, 25%, 46%); — As HEX: color: #935874; — As RGB: color: rgb(147, 88, 116); — Tailwind CSS: bg-[hsl(331,25%,46%)] — CSS variable: --color-primary: hsl(331, 25%, 46%);