HSL(319, 55%, 22%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(319,55%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(319, 55%, 22%) color: hsl(319, 55%, 22%)
HEX #571943 color: #571943
RGB rgb(87, 25, 67) color: rgb(87, 25, 67)
CMYK cmyk(0%, 71%, 23%, 66%)
HSV hsv(319, 71%, 34%)
HWB hwb(319 10% 66%) color: hwb(319 10% 66%)
OKLCH oklch(0.3288 0.1047 342.91) color: oklch(0.3288 0.1047 342.91)
Lab lab(20.55 33.39 -11.52) color: lab(20.55 33.39 -11.52)
LCH lch(20.55 35.32 340.96) color: lch(20.55 35.32 340.96)

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.92: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)

#3C3C39 — rgb(60, 60, 57)

Deuteranopia (Green-blind)

#404436 — rgb(64, 68, 54)

Tritanopia (Blue-blind)

#54312F — rgb(84, 49, 47)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(319, 55%, 22%);

text

color: hsl(319, 55%, 22%);

border

border: 2px solid hsl(319, 55%, 22%);

gradient light

background: linear-gradient(to right, hsl(319, 55%, 42%), hsl(319, 55%, 22%));

gradient dark

background: linear-gradient(to right, hsl(319, 55%, 22%), hsl(319, 55%, 2%))

hex

background-color: #571943;

tailwind

bg-[hsl(319,55%,22%)]

box shadow

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

css variable

--color-primary: hsl(319, 55%, 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(319, 55%, 22%)?

HEX: #571943 | RGB: rgb(87, 25, 67) | CMYK: 0%, 71%, 23%, 66% | HSV: 319°, 71%, 34%. Copy any format from the conversion table above.

What colors go well with #571943?

The complementary color is HSL(139, 55%, 22%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(319, 55%, 22%) in CSS?

As HSL: color: hsl(319, 55%, 22%); — As HEX: color: #571943; — As RGB: color: rgb(87, 25, 67); — Tailwind CSS: bg-[hsl(319,55%,22%)] — CSS variable: --color-primary: hsl(319, 55%, 22%);