HSL(332, 25%, 46%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(332, 25%, 46%) color: hsl(332, 25%, 46%)
HEX #935873 color: #935873
RGB rgb(147, 88, 115) color: rgb(147, 88, 115)
CMYK cmyk(0%, 40%, 22%, 42%)
HSV hsv(333, 40%, 58%)
HWB hwb(333 35% 42%) color: hwb(333 35% 42%)
OKLCH oklch(0.5355 0.0852 351.43) color: oklch(0.5355 0.0852 351.43)
Lab lab(44.83 28.17 -4.92) color: lab(44.83 28.17 -4.92)
LCH lch(44.83 28.6 350.09) color: lch(44.83 28.6 350.09)

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.41:1
vs Black 3.88: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)

#79796C — rgb(121, 121, 108)

Deuteranopia (Green-blind)

#7D816B — rgb(125, 129, 107)

Tritanopia (Blue-blind)

#906766 — rgb(144, 103, 102)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #935873;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(332, 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(332, 25%, 46%)?

HEX: #935873 | RGB: rgb(147, 88, 115) | CMYK: 0%, 40%, 22%, 42% | HSV: 333°, 40%, 58%. Copy any format from the conversion table above.

What colors go well with #935873?

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

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