HSL(332, 42%, 37%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(332,42%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 42%, 37%) color: hsl(332, 42%, 37%)
HEX #86375C color: #86375C
RGB rgb(134, 55, 92) color: rgb(134, 55, 92)
CMYK cmyk(0%, 59%, 31%, 47%)
HSV hsv(332, 59%, 53%)
HWB hwb(332 22% 47%) color: hwb(332 22% 47%)
OKLCH oklch(0.4562 0.1161 353.44) color: oklch(0.4562 0.1161 353.44)
Lab lab(35.15 37.99 -5.2) color: lab(35.15 37.99 -5.2)
LCH lch(35.15 38.34 352.21) color: lch(35.15 38.34 352.21)

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.74:1
vs Black 2.71: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)

#646353 — rgb(100, 99, 83)

Deuteranopia (Green-blind)

#686E51 — rgb(104, 110, 81)

Tritanopia (Blue-blind)

#824C4A — rgb(130, 76, 74)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 42%, 37%);

text

color: hsl(332, 42%, 37%);

border

border: 2px solid hsl(332, 42%, 37%);

gradient light

background: linear-gradient(to right, hsl(332, 42%, 57%), hsl(332, 42%, 37%));

gradient dark

background: linear-gradient(to right, hsl(332, 42%, 37%), hsl(332, 42%, 17%))

hex

background-color: #86375C;

tailwind

bg-[hsl(332,42%,37%)]

box shadow

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

css variable

--color-primary: hsl(332, 42%, 37%);

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, 42%, 37%)?

HEX: #86375C | RGB: rgb(134, 55, 92) | CMYK: 0%, 59%, 31%, 47% | HSV: 332°, 59%, 53%. Copy any format from the conversion table above.

What colors go well with #86375C?

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

As HSL: color: hsl(332, 42%, 37%); — As HEX: color: #86375C; — As RGB: color: rgb(134, 55, 92); — Tailwind CSS: bg-[hsl(332,42%,37%)] — CSS variable: --color-primary: hsl(332, 42%, 37%);