HSL(320, 58%, 41%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,58%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 58%, 41%) | color: hsl(320, 58%, 41%) | |
| HEX | #A52C7D | color: #A52C7D | |
| RGB | rgb(165, 44, 125) | color: rgb(165, 44, 125) | |
| CMYK | cmyk(0%, 73%, 24%, 35%) | — | |
| HSV | hsv(320, 73%, 65%) | — | |
| HWB | hwb(320 18% 35%) | color: hwb(320 18% 35%) | |
| OKLCH | oklch(0.5066 0.1769 344.24) | color: oklch(0.5066 0.1769 344.24) | |
| Lab | lab(40.05 56.38 -18.01) | color: lab(40.05 56.38 -18.01) | |
| LCH | lch(40.05 59.19 342.28) | color: lch(40.05 59.19 342.28) |
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)
#717069 — rgb(113, 112, 105)
Deuteranopia (Green-blind)
#788165 — rgb(120, 129, 101)
Tritanopia (Blue-blind)
#9F5A57 — rgb(159, 90, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 58%, 41%);
text
color: hsl(320, 58%, 41%);
border
border: 2px solid hsl(320, 58%, 41%);
gradient light
background: linear-gradient(to right, hsl(320, 58%, 61%), hsl(320, 58%, 41%));
gradient dark
background: linear-gradient(to right, hsl(320, 58%, 41%), hsl(320, 58%, 21%))
hex
background-color: #A52C7D;
tailwind
bg-[hsl(320,58%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 58%, 41%, 0.4);
css variable
--color-primary: hsl(320, 58%, 41%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 58%, 41%)?
HEX: #A52C7D | RGB: rgb(165, 44, 125) | CMYK: 0%, 73%, 24%, 35% | HSV: 320°, 73%, 65%. Copy any format from the conversion table above.
What colors go well with #A52C7D?
The complementary color is HSL(140, 58%, 41%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 58%, 41%) in CSS?
As HSL: color: hsl(320, 58%, 41%); — As HEX: color: #A52C7D; — As RGB: color: rgb(165, 44, 125); — Tailwind CSS: bg-[hsl(320,58%,41%)] — CSS variable: --color-primary: hsl(320, 58%, 41%);