HSL(329, 64%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,64%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 64%, 34%) | color: hsl(329, 64%, 34%) | |
| HEX | #8E1F59 | color: #8E1F59 | |
| RGB | rgb(142, 31, 89) | color: rgb(142, 31, 89) | |
| CMYK | cmyk(0%, 78%, 37%, 44%) | — | |
| HSV | hsv(329, 78%, 56%) | — | |
| HWB | hwb(329 12% 44%) | color: hwb(329 12% 44%) | |
| OKLCH | oklch(0.4413 0.1548 353.76) | color: oklch(0.4413 0.1548 353.76) | |
| Lab | lab(32.82 50.13 -6.6) | color: lab(32.82 50.13 -6.6) | |
| LCH | lch(32.82 50.56 352.5) | color: lch(32.82 50.56 352.5) |
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)
#5E5D4B — rgb(94, 93, 75)
Deuteranopia (Green-blind)
#646D48 — rgb(100, 109, 72)
Tritanopia (Blue-blind)
#88403D — rgb(136, 64, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 64%, 34%);
text
color: hsl(329, 64%, 34%);
border
border: 2px solid hsl(329, 64%, 34%);
gradient light
background: linear-gradient(to right, hsl(329, 64%, 54%), hsl(329, 64%, 34%));
gradient dark
background: linear-gradient(to right, hsl(329, 64%, 34%), hsl(329, 64%, 14%))
hex
background-color: #8E1F59;
tailwind
bg-[hsl(329,64%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 64%, 34%, 0.4);
css variable
--color-primary: hsl(329, 64%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 64%, 34%)?
HEX: #8E1F59 | RGB: rgb(142, 31, 89) | CMYK: 0%, 78%, 37%, 44% | HSV: 329°, 78%, 56%. Copy any format from the conversion table above.
What colors go well with #8E1F59?
The complementary color is HSL(149, 64%, 34%). For a triadic harmony, use hues 329°, 89°, and 209°. For analogous combinations, try hues 299° and 359°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(329, 64%, 34%) in CSS?
As HSL: color: hsl(329, 64%, 34%); — As HEX: color: #8E1F59; — As RGB: color: rgb(142, 31, 89); — Tailwind CSS: bg-[hsl(329,64%,34%)] — CSS variable: --color-primary: hsl(329, 64%, 34%);