HSL(322, 57%, 17%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(322,57%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(322, 57%, 17%) color: hsl(322, 57%, 17%)
HEX #441332 color: #441332
RGB rgb(68, 19, 50) color: rgb(68, 19, 50)
CMYK cmyk(0%, 72%, 26%, 73%)
HSV hsv(322, 72%, 27%)
HWB hwb(322 8% 73%) color: hwb(322 8% 73%)
OKLCH oklch(0.2792 0.0851 345.1) color: oklch(0.2792 0.0851 345.1)
Lab lab(15.09 27.32 -8.25) color: lab(15.09 27.32 -8.25)
LCH lch(15.09 28.54 343.2) color: lch(15.09 28.54 343.2)

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.16:1
vs Black 1.38: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)

#2F2E2A — rgb(47, 46, 42)

Deuteranopia (Green-blind)

#323529 — rgb(50, 53, 41)

Tritanopia (Blue-blind)

#422523 — rgb(66, 37, 35)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(322, 57%, 17%);

text

color: hsl(322, 57%, 17%);

border

border: 2px solid hsl(322, 57%, 17%);

gradient light

background: linear-gradient(to right, hsl(322, 57%, 37%), hsl(322, 57%, 17%));

gradient dark

background: linear-gradient(to right, hsl(322, 57%, 17%), hsl(322, 57%, 0%))

hex

background-color: #441332;

tailwind

bg-[hsl(322,57%,17%)]

box shadow

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

css variable

--color-primary: hsl(322, 57%, 17%);

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, 57%, 17%)?

HEX: #441332 | RGB: rgb(68, 19, 50) | CMYK: 0%, 72%, 26%, 73% | HSV: 322°, 72%, 27%. Copy any format from the conversion table above.

What colors go well with #441332?

The complementary color is HSL(142, 57%, 17%). 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, 57%, 17%) in CSS?

As HSL: color: hsl(322, 57%, 17%); — As HEX: color: #441332; — As RGB: color: rgb(68, 19, 50); — Tailwind CSS: bg-[hsl(322,57%,17%)] — CSS variable: --color-primary: hsl(322, 57%, 17%);