HSL(319, 85%, 16%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(319,85%,16%)]

Color Conversions

Format Value CSS Usage
HSL hsl(319, 85%, 16%) color: hsl(319, 85%, 16%)
HEX #4B0636 color: #4B0636
RGB rgb(75, 6, 54) color: rgb(75, 6, 54)
CMYK cmyk(0%, 92%, 28%, 71%)
HSV hsv(318, 92%, 29%)
HWB hwb(318 2% 71%) color: hwb(318 2% 71%)
OKLCH oklch(0.2813 0.1109 344.25) color: oklch(0.2813 0.1109 344.25)
Lab lab(14.91 35.17 -11.26) color: lab(14.91 35.17 -11.26)
LCH lch(14.91 36.93 342.25) color: lch(14.91 36.93 342.25)

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

#2D2D2A — rgb(45, 45, 42)

Deuteranopia (Green-blind)

#313628 — rgb(49, 54, 40)

Tritanopia (Blue-blind)

#48211F — rgb(72, 33, 31)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(319, 85%, 16%);

text

color: hsl(319, 85%, 16%);

border

border: 2px solid hsl(319, 85%, 16%);

gradient light

background: linear-gradient(to right, hsl(319, 85%, 36%), hsl(319, 85%, 16%));

gradient dark

background: linear-gradient(to right, hsl(319, 85%, 16%), hsl(319, 85%, 0%))

hex

background-color: #4B0636;

tailwind

bg-[hsl(319,85%,16%)]

box shadow

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

css variable

--color-primary: hsl(319, 85%, 16%);

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, 85%, 16%)?

HEX: #4B0636 | RGB: rgb(75, 6, 54) | CMYK: 0%, 92%, 28%, 71% | HSV: 318°, 92%, 29%. Copy any format from the conversion table above.

What colors go well with #4B0636?

The complementary color is HSL(139, 85%, 16%). 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, 85%, 16%) in CSS?

As HSL: color: hsl(319, 85%, 16%); — As HEX: color: #4B0636; — As RGB: color: rgb(75, 6, 54); — Tailwind CSS: bg-[hsl(319,85%,16%)] — CSS variable: --color-primary: hsl(319, 85%, 16%);