HSL(319, 89%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,89%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 89%, 34%) | color: hsl(319, 89%, 34%) | |
| HEX | #A40A73 | color: #A40A73 | |
| RGB | rgb(164, 10, 115) | color: rgb(164, 10, 115) | |
| CMYK | cmyk(0%, 94%, 30%, 36%) | — | |
| HSV | hsv(319, 94%, 64%) | — | |
| HWB | hwb(319 4% 36%) | color: hwb(319 4% 36%) | |
| OKLCH | oklch(0.4803 0.1976 346.81) | color: oklch(0.4803 0.1976 346.81) | |
| Lab | lab(36.65 62.9 -17.02) | color: lab(36.65 62.9 -17.02) | |
| LCH | lch(36.65 65.16 344.86) | color: lch(36.65 65.16 344.86) |
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)
#61605A — rgb(97, 96, 90)
Deuteranopia (Green-blind)
#6A7654 — rgb(106, 118, 84)
Tritanopia (Blue-blind)
#9C4641 — rgb(156, 70, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 89%, 34%);
text
color: hsl(319, 89%, 34%);
border
border: 2px solid hsl(319, 89%, 34%);
gradient light
background: linear-gradient(to right, hsl(319, 89%, 54%), hsl(319, 89%, 34%));
gradient dark
background: linear-gradient(to right, hsl(319, 89%, 34%), hsl(319, 89%, 14%))
hex
background-color: #A40A73;
tailwind
bg-[hsl(319,89%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 89%, 34%, 0.4);
css variable
--color-primary: hsl(319, 89%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 89%, 34%)?
HEX: #A40A73 | RGB: rgb(164, 10, 115) | CMYK: 0%, 94%, 30%, 36% | HSV: 319°, 94%, 64%. Copy any format from the conversion table above.
What colors go well with #A40A73?
The complementary color is HSL(139, 89%, 34%). 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, 89%, 34%) in CSS?
As HSL: color: hsl(319, 89%, 34%); — As HEX: color: #A40A73; — As RGB: color: rgb(164, 10, 115); — Tailwind CSS: bg-[hsl(319,89%,34%)] — CSS variable: --color-primary: hsl(319, 89%, 34%);