HSL(320, 90%, 19%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(320,90%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(320, 90%, 19%) color: hsl(320, 90%, 19%)
HEX #5C053F color: #5C053F
RGB rgb(92, 5, 63) color: rgb(92, 5, 63)
CMYK cmyk(0%, 95%, 32%, 64%)
HSV hsv(320, 95%, 36%)
HWB hwb(320 2% 64%) color: hwb(320 2% 64%)
OKLCH oklch(0.3188 0.1287 346.85) color: oklch(0.3188 0.1287 346.85)
Lab lab(18.99 41 -11.05) color: lab(18.99 41 -11.05)
LCH lch(18.99 42.46 344.92) color: lch(18.99 42.46 344.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 13.56:1
vs Black 1.55: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)

#363631 — rgb(54, 54, 49)

Deuteranopia (Green-blind)

#3B422E — rgb(59, 66, 46)

Tritanopia (Blue-blind)

#582623 — rgb(88, 38, 35)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(320, 90%, 19%);

text

color: hsl(320, 90%, 19%);

border

border: 2px solid hsl(320, 90%, 19%);

gradient light

background: linear-gradient(to right, hsl(320, 90%, 39%), hsl(320, 90%, 19%));

gradient dark

background: linear-gradient(to right, hsl(320, 90%, 19%), hsl(320, 90%, 0%))

hex

background-color: #5C053F;

tailwind

bg-[hsl(320,90%,19%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(320, 90%, 19%, 0.4);

css variable

--color-primary: hsl(320, 90%, 19%);

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(320, 90%, 19%)?

HEX: #5C053F | RGB: rgb(92, 5, 63) | CMYK: 0%, 95%, 32%, 64% | HSV: 320°, 95%, 36%. Copy any format from the conversion table above.

What colors go well with #5C053F?

The complementary color is HSL(140, 90%, 19%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(320, 90%, 19%) in CSS?

As HSL: color: hsl(320, 90%, 19%); — As HEX: color: #5C053F; — As RGB: color: rgb(92, 5, 63); — Tailwind CSS: bg-[hsl(320,90%,19%)] — CSS variable: --color-primary: hsl(320, 90%, 19%);