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
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
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
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
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%);