HSL(319, 42%, 41%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(319,42%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(319, 42%, 41%) color: hsl(319, 42%, 41%)
HEX #943D79 color: #943D79
RGB rgb(148, 61, 121) color: rgb(148, 61, 121)
CMYK cmyk(0%, 59%, 18%, 42%)
HSV hsv(319, 59%, 58%)
HWB hwb(319 24% 42%) color: hwb(319 24% 42%)
OKLCH oklch(0.4973 0.1375 341.29) color: oklch(0.4973 0.1375 341.29)
Lab lab(39.61 43.86 -16.47) color: lab(39.61 43.86 -16.47)
LCH lch(39.61 46.85 339.42) color: lch(39.61 46.85 339.42)

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 6.56:1
vs Black 3.2:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#6E6E6A — rgb(110, 110, 106)

Deuteranopia (Green-blind)

#737A67 — rgb(115, 122, 103)

Tritanopia (Blue-blind)

#905F5D — rgb(144, 95, 93)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(319, 42%, 41%);

text

color: hsl(319, 42%, 41%);

border

border: 2px solid hsl(319, 42%, 41%);

gradient light

background: linear-gradient(to right, hsl(319, 42%, 61%), hsl(319, 42%, 41%));

gradient dark

background: linear-gradient(to right, hsl(319, 42%, 41%), hsl(319, 42%, 21%))

hex

background-color: #943D79;

tailwind

bg-[hsl(319,42%,41%)]

box shadow

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

css variable

--color-primary: hsl(319, 42%, 41%);

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, 42%, 41%)?

HEX: #943D79 | RGB: rgb(148, 61, 121) | CMYK: 0%, 59%, 18%, 42% | HSV: 319°, 59%, 58%. Copy any format from the conversion table above.

What colors go well with #943D79?

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

As HSL: color: hsl(319, 42%, 41%); — As HEX: color: #943D79; — As RGB: color: rgb(148, 61, 121); — Tailwind CSS: bg-[hsl(319,42%,41%)] — CSS variable: --color-primary: hsl(319, 42%, 41%);