HSL(319, 60%, 40%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,60%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 60%, 40%) | color: hsl(319, 60%, 40%) | |
| HEX | #A3297C | color: #A3297C | |
| RGB | rgb(163, 41, 124) | color: rgb(163, 41, 124) | |
| CMYK | cmyk(0%, 75%, 24%, 36%) | — | |
| HSV | hsv(319, 75%, 64%) | — | |
| HWB | hwb(319 16% 36%) | color: hwb(319 16% 36%) | |
| OKLCH | oklch(0.5003 0.1784 343.83) | color: oklch(0.5003 0.1784 343.83) | |
| Lab | lab(39.29 56.75 -18.6) | color: lab(39.29 56.75 -18.6) | |
| LCH | lch(39.29 59.72 341.85) | color: lch(39.29 59.72 341.85) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6E6D68 — rgb(110, 109, 104)
Deuteranopia (Green-blind)
#757E63 — rgb(117, 126, 99)
Tritanopia (Blue-blind)
#9D5855 — rgb(157, 88, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 60%, 40%);
text
color: hsl(319, 60%, 40%);
border
border: 2px solid hsl(319, 60%, 40%);
gradient light
background: linear-gradient(to right, hsl(319, 60%, 60%), hsl(319, 60%, 40%));
gradient dark
background: linear-gradient(to right, hsl(319, 60%, 40%), hsl(319, 60%, 20%))
hex
background-color: #A3297C;
tailwind
bg-[hsl(319,60%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 60%, 40%, 0.4);
css variable
--color-primary: hsl(319, 60%, 40%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 60%, 40%)?
HEX: #A3297C | RGB: rgb(163, 41, 124) | CMYK: 0%, 75%, 24%, 36% | HSV: 319°, 75%, 64%. Copy any format from the conversion table above.
What colors go well with #A3297C?
The complementary color is HSL(139, 60%, 40%). 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, 60%, 40%) in CSS?
As HSL: color: hsl(319, 60%, 40%); — As HEX: color: #A3297C; — As RGB: color: rgb(163, 41, 124); — Tailwind CSS: bg-[hsl(319,60%,40%)] — CSS variable: --color-primary: hsl(319, 60%, 40%);