HSL(329, 49%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,49%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 49%, 32%) | color: hsl(329, 49%, 32%) | |
| HEX | #7A2A53 | color: #7A2A53 | |
| RGB | rgb(122, 42, 83) | color: rgb(122, 42, 83) | |
| CMYK | cmyk(0%, 66%, 32%, 52%) | — | |
| HSV | hsv(329, 66%, 48%) | — | |
| HWB | hwb(329 16% 52%) | color: hwb(329 16% 52%) | |
| OKLCH | oklch(0.4162 0.1201 351.81) | color: oklch(0.4162 0.1201 351.81) | |
| Lab | lab(30.45 39.07 -6.63) | color: lab(30.45 39.07 -6.63) | |
| LCH | lch(30.45 39.63 350.37) | color: lch(30.45 39.63 350.37) |
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)
#575749 — rgb(87, 87, 73)
Deuteranopia (Green-blind)
#5C6247 — rgb(92, 98, 71)
Tritanopia (Blue-blind)
#764140 — rgb(118, 65, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 49%, 32%);
text
color: hsl(329, 49%, 32%);
border
border: 2px solid hsl(329, 49%, 32%);
gradient light
background: linear-gradient(to right, hsl(329, 49%, 52%), hsl(329, 49%, 32%));
gradient dark
background: linear-gradient(to right, hsl(329, 49%, 32%), hsl(329, 49%, 12%))
hex
background-color: #7A2A53;
tailwind
bg-[hsl(329,49%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 49%, 32%, 0.4);
css variable
--color-primary: hsl(329, 49%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 49%, 32%)?
HEX: #7A2A53 | RGB: rgb(122, 42, 83) | CMYK: 0%, 66%, 32%, 52% | HSV: 329°, 66%, 48%. Copy any format from the conversion table above.
What colors go well with #7A2A53?
The complementary color is HSL(149, 49%, 32%). 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, 49%, 32%) in CSS?
As HSL: color: hsl(329, 49%, 32%); — As HEX: color: #7A2A53; — As RGB: color: rgb(122, 42, 83); — Tailwind CSS: bg-[hsl(329,49%,32%)] — CSS variable: --color-primary: hsl(329, 49%, 32%);