HSL(324, 32%, 15%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(324,32%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(324, 32%, 15%) color: hsl(324, 32%, 15%)
HEX #321A29 color: #321A29
RGB rgb(50, 26, 41) color: rgb(50, 26, 41)
CMYK cmyk(0%, 48%, 18%, 80%)
HSV hsv(323, 48%, 20%)
HWB hwb(323 10% 80%) color: hwb(323 10% 80%)
OKLCH oklch(0.2566 0.045 342.63) color: oklch(0.2566 0.045 342.63)
Lab lab(13.09 14.58 -5.07) color: lab(13.09 14.58 -5.07)
LCH lch(13.09 15.44 340.83) color: lch(13.09 15.44 340.83)

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 15.96:1
vs Black 1.32: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)

#282725 — rgb(40, 39, 37)

Deuteranopia (Green-blind)

#292B25 — rgb(41, 43, 37)

Tritanopia (Blue-blind)

#312322 — rgb(49, 35, 34)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(324, 32%, 15%);

text

color: hsl(324, 32%, 15%);

border

border: 2px solid hsl(324, 32%, 15%);

gradient light

background: linear-gradient(to right, hsl(324, 32%, 35%), hsl(324, 32%, 15%));

gradient dark

background: linear-gradient(to right, hsl(324, 32%, 15%), hsl(324, 32%, 0%))

hex

background-color: #321A29;

tailwind

bg-[hsl(324,32%,15%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(324, 32%, 15%, 0.4);

css variable

--color-primary: hsl(324, 32%, 15%);

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(324, 32%, 15%)?

HEX: #321A29 | RGB: rgb(50, 26, 41) | CMYK: 0%, 48%, 18%, 80% | HSV: 323°, 48%, 20%. Copy any format from the conversion table above.

What colors go well with #321A29?

The complementary color is HSL(144, 32%, 15%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(324, 32%, 15%) in CSS?

As HSL: color: hsl(324, 32%, 15%); — As HEX: color: #321A29; — As RGB: color: rgb(50, 26, 41); — Tailwind CSS: bg-[hsl(324,32%,15%)] — CSS variable: --color-primary: hsl(324, 32%, 15%);