HSL(332, 30%, 60%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(332,30%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 30%, 60%) color: hsl(332, 30%, 60%)
HEX #B87A97 color: #B87A97
RGB rgb(184, 122, 151) color: rgb(184, 122, 151)
CMYK cmyk(0%, 34%, 18%, 28%)
HSV hsv(332, 34%, 72%)
HWB hwb(332 48% 28%) color: hwb(332 48% 28%)
OKLCH oklch(0.6521 0.0858 350.16) color: oklch(0.6521 0.0858 350.16)
Lab lab(58.36 28.43 -5.66) color: lab(58.36 28.43 -5.66)
LCH lch(58.36 28.99 348.74) color: lch(58.36 28.99 348.74)

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 3.35:1
vs Black 6.27:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9D9D90 — rgb(157, 157, 144)

Deuteranopia (Green-blind)

#A1A58E — rgb(161, 165, 142)

Tritanopia (Blue-blind)

#B58A89 — rgb(181, 138, 137)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 30%, 60%);

text

color: hsl(332, 30%, 60%);

border

border: 2px solid hsl(332, 30%, 60%);

gradient light

background: linear-gradient(to right, hsl(332, 30%, 80%), hsl(332, 30%, 60%));

gradient dark

background: linear-gradient(to right, hsl(332, 30%, 60%), hsl(332, 30%, 40%))

hex

background-color: #B87A97;

tailwind

bg-[hsl(332,30%,60%)]

box shadow

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

css variable

--color-primary: hsl(332, 30%, 60%);

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, 30%, 60%)?

HEX: #B87A97 | RGB: rgb(184, 122, 151) | CMYK: 0%, 34%, 18%, 28% | HSV: 332°, 34%, 72%. Copy any format from the conversion table above.

What colors go well with #B87A97?

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

As HSL: color: hsl(332, 30%, 60%); — As HEX: color: #B87A97; — As RGB: color: rgb(184, 122, 151); — Tailwind CSS: bg-[hsl(332,30%,60%)] — CSS variable: --color-primary: hsl(332, 30%, 60%);