HSL(322, 22%, 41%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(322,22%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 22%, 41%) color: hsl(322, 22%, 41%)
HEX #80526F color: #80526F
RGB rgb(128, 82, 111) color: rgb(128, 82, 111)
CMYK cmyk(0%, 36%, 13%, 50%)
HSV hsv(322, 36%, 50%)
HWB hwb(322 32% 50%) color: hwb(322 32% 50%)
OKLCH oklch(0.4995 0.0735 341.8) color: oklch(0.4995 0.0735 341.8)
Lab lab(40.85 23.88 -8.67) color: lab(40.85 23.88 -8.67)
LCH lch(40.85 25.41 340.05) color: lch(40.85 25.41 340.05)

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

#6C6C68 — rgb(108, 108, 104)

Deuteranopia (Green-blind)

#6F7266 — rgb(111, 114, 102)

Tritanopia (Blue-blind)

#7E6261 — rgb(126, 98, 97)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 22%, 41%);

text

color: hsl(322, 22%, 41%);

border

border: 2px solid hsl(322, 22%, 41%);

gradient light

background: linear-gradient(to right, hsl(322, 22%, 61%), hsl(322, 22%, 41%));

gradient dark

background: linear-gradient(to right, hsl(322, 22%, 41%), hsl(322, 22%, 21%))

hex

background-color: #80526F;

tailwind

bg-[hsl(322,22%,41%)]

box shadow

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

css variable

--color-primary: hsl(322, 22%, 41%);

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(322, 22%, 41%)?

HEX: #80526F | RGB: rgb(128, 82, 111) | CMYK: 0%, 36%, 13%, 50% | HSV: 322°, 36%, 50%. Copy any format from the conversion table above.

What colors go well with #80526F?

The complementary color is HSL(142, 22%, 41%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(322, 22%, 41%) in CSS?

As HSL: color: hsl(322, 22%, 41%); — As HEX: color: #80526F; — As RGB: color: rgb(128, 82, 111); — Tailwind CSS: bg-[hsl(322,22%,41%)] — CSS variable: --color-primary: hsl(322, 22%, 41%);