HSL(319, 40%, 39%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(319,40%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(319, 40%, 39%) color: hsl(319, 40%, 39%)
HEX #8B3C72 color: #8B3C72
RGB rgb(139, 60, 114) color: rgb(139, 60, 114)
CMYK cmyk(0%, 57%, 18%, 45%)
HSV hsv(319, 57%, 55%)
HWB hwb(319 24% 45%) color: hwb(319 24% 45%)
OKLCH oklch(0.4796 0.1265 341.35) color: oklch(0.4796 0.1265 341.35)
Lab lab(37.73 40.41 -15.12) color: lab(37.73 40.41 -15.12)
LCH lch(37.73 43.15 339.49) color: lch(37.73 43.15 339.49)

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 7.03:1
vs Black 2.99: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)

#696865 — rgb(105, 104, 101)

Deuteranopia (Green-blind)

#6D7362 — rgb(109, 115, 98)

Tritanopia (Blue-blind)

#875B58 — rgb(135, 91, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(319, 40%, 39%);

text

color: hsl(319, 40%, 39%);

border

border: 2px solid hsl(319, 40%, 39%);

gradient light

background: linear-gradient(to right, hsl(319, 40%, 59%), hsl(319, 40%, 39%));

gradient dark

background: linear-gradient(to right, hsl(319, 40%, 39%), hsl(319, 40%, 19%))

hex

background-color: #8B3C72;

tailwind

bg-[hsl(319,40%,39%)]

box shadow

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

css variable

--color-primary: hsl(319, 40%, 39%);

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, 40%, 39%)?

HEX: #8B3C72 | RGB: rgb(139, 60, 114) | CMYK: 0%, 57%, 18%, 45% | HSV: 319°, 57%, 55%. Copy any format from the conversion table above.

What colors go well with #8B3C72?

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

As HSL: color: hsl(319, 40%, 39%); — As HEX: color: #8B3C72; — As RGB: color: rgb(139, 60, 114); — Tailwind CSS: bg-[hsl(319,40%,39%)] — CSS variable: --color-primary: hsl(319, 40%, 39%);