HSL(321, 58%, 22%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(321,58%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(321, 58%, 22%) color: hsl(321, 58%, 22%)
HEX #591842 color: #591842
RGB rgb(89, 24, 66) color: rgb(89, 24, 66)
CMYK cmyk(0%, 73%, 26%, 65%)
HSV hsv(321, 73%, 35%)
HWB hwb(321 9% 65%) color: hwb(321 9% 65%)
OKLCH oklch(0.3307 0.1072 344.86) color: oklch(0.3307 0.1072 344.86)
Lab lab(20.72 34.31 -10.54) color: lab(20.72 34.31 -10.54)
LCH lch(20.72 35.89 342.92) color: lch(20.72 35.89 342.92)

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 12.85:1
vs Black 1.63: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)

#3D3C38 — rgb(61, 60, 56)

Deuteranopia (Green-blind)

#414635 — rgb(65, 70, 53)

Tritanopia (Blue-blind)

#56302E — rgb(86, 48, 46)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(321, 58%, 22%);

text

color: hsl(321, 58%, 22%);

border

border: 2px solid hsl(321, 58%, 22%);

gradient light

background: linear-gradient(to right, hsl(321, 58%, 42%), hsl(321, 58%, 22%));

gradient dark

background: linear-gradient(to right, hsl(321, 58%, 22%), hsl(321, 58%, 2%))

hex

background-color: #591842;

tailwind

bg-[hsl(321,58%,22%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(321, 58%, 22%, 0.4);

css variable

--color-primary: hsl(321, 58%, 22%);

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(321, 58%, 22%)?

HEX: #591842 | RGB: rgb(89, 24, 66) | CMYK: 0%, 73%, 26%, 65% | HSV: 321°, 73%, 35%. Copy any format from the conversion table above.

What colors go well with #591842?

The complementary color is HSL(141, 58%, 22%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(321, 58%, 22%) in CSS?

As HSL: color: hsl(321, 58%, 22%); — As HEX: color: #591842; — As RGB: color: rgb(89, 24, 66); — Tailwind CSS: bg-[hsl(321,58%,22%)] — CSS variable: --color-primary: hsl(321, 58%, 22%);