HSL(317, 50%, 54%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(317,50%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(317, 50%, 54%) color: hsl(317, 50%, 54%)
HEX #C44FA3 color: #C44FA3
RGB rgb(196, 79, 163) color: rgb(196, 79, 163)
CMYK cmyk(0%, 60%, 17%, 23%)
HSV hsv(317, 60%, 77%)
HWB hwb(317 31% 23%) color: hwb(317 31% 23%)
OKLCH oklch(0.6077 0.177 340.11) color: oklch(0.6077 0.177 340.11)
Lab lab(51.81 56.18 -22.41) color: lab(51.81 56.18 -22.41)
LCH lch(51.81 60.48 338.25) color: lch(51.81 60.48 338.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 4.2:1
vs Black 4.99:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#91908F — rgb(145, 144, 143)

Deuteranopia (Green-blind)

#98A18A — rgb(152, 161, 138)

Tritanopia (Blue-blind)

#BE7F7B — rgb(190, 127, 123)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(317, 50%, 54%);

text

color: hsl(317, 50%, 54%);

border

border: 2px solid hsl(317, 50%, 54%);

gradient light

background: linear-gradient(to right, hsl(317, 50%, 74%), hsl(317, 50%, 54%));

gradient dark

background: linear-gradient(to right, hsl(317, 50%, 54%), hsl(317, 50%, 34%))

hex

background-color: #C44FA3;

tailwind

bg-[hsl(317,50%,54%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(317, 50%, 54%, 0.4);

css variable

--color-primary: hsl(317, 50%, 54%);

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(317, 50%, 54%)?

HEX: #C44FA3 | RGB: rgb(196, 79, 163) | CMYK: 0%, 60%, 17%, 23% | HSV: 317°, 60%, 77%. Copy any format from the conversion table above.

What colors go well with #C44FA3?

The complementary color is HSL(137, 50%, 54%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(317, 50%, 54%) in CSS?

As HSL: color: hsl(317, 50%, 54%); — As HEX: color: #C44FA3; — As RGB: color: rgb(196, 79, 163); — Tailwind CSS: bg-[hsl(317,50%,54%)] — CSS variable: --color-primary: hsl(317, 50%, 54%);