HSL(319, 80%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,80%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 80%, 34%) | color: hsl(319, 80%, 34%) | |
| HEX | #9C1170 | color: #9C1170 | |
| RGB | rgb(156, 17, 112) | color: rgb(156, 17, 112) | |
| CMYK | cmyk(0%, 89%, 28%, 39%) | — | |
| HSV | hsv(319, 89%, 61%) | — | |
| HWB | hwb(319 7% 39%) | color: hwb(319 7% 39%) | |
| OKLCH | oklch(0.4672 0.1879 345.79) | color: oklch(0.4672 0.1879 345.79) | |
| Lab | lab(35.28 59.76 -17.36) | color: lab(35.28 59.76 -17.36) | |
| LCH | lch(35.28 62.23 343.8) | color: lch(35.28 62.23 343.8) |
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)
#605F59 — rgb(96, 95, 89)
Deuteranopia (Green-blind)
#687254 — rgb(104, 114, 84)
Tritanopia (Blue-blind)
#954743 — rgb(149, 71, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 80%, 34%);
text
color: hsl(319, 80%, 34%);
border
border: 2px solid hsl(319, 80%, 34%);
gradient light
background: linear-gradient(to right, hsl(319, 80%, 54%), hsl(319, 80%, 34%));
gradient dark
background: linear-gradient(to right, hsl(319, 80%, 34%), hsl(319, 80%, 14%))
hex
background-color: #9C1170;
tailwind
bg-[hsl(319,80%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 80%, 34%, 0.4);
css variable
--color-primary: hsl(319, 80%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 80%, 34%)?
HEX: #9C1170 | RGB: rgb(156, 17, 112) | CMYK: 0%, 89%, 28%, 39% | HSV: 319°, 89%, 61%. Copy any format from the conversion table above.
What colors go well with #9C1170?
The complementary color is HSL(139, 80%, 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, 80%, 34%) in CSS?
As HSL: color: hsl(319, 80%, 34%); — As HEX: color: #9C1170; — As RGB: color: rgb(156, 17, 112); — Tailwind CSS: bg-[hsl(319,80%,34%)] — CSS variable: --color-primary: hsl(319, 80%, 34%);