HSL(328, 41%, 46%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,41%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 41%, 46%) | color: hsl(328, 41%, 46%) | |
| HEX | #A54579 | color: #A54579 | |
| RGB | rgb(165, 69, 121) | color: rgb(165, 69, 121) | |
| CMYK | cmyk(0%, 58%, 27%, 35%) | — | |
| HSV | hsv(328, 58%, 65%) | — | |
| HWB | hwb(328 27% 35%) | color: hwb(328 27% 35%) | |
| OKLCH | oklch(0.533 0.1396 349.22) | color: oklch(0.533 0.1396 349.22) | |
| Lab | lab(43.71 45.37 -9.99) | color: lab(43.71 45.37 -9.99) | |
| LCH | lch(43.71 46.46 347.58) | color: lch(43.71 46.46 347.58) |
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)
#7B7B6C — rgb(123, 123, 108)
Deuteranopia (Green-blind)
#818869 — rgb(129, 136, 105)
Tritanopia (Blue-blind)
#A06260 — rgb(160, 98, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 41%, 46%);
text
color: hsl(328, 41%, 46%);
border
border: 2px solid hsl(328, 41%, 46%);
gradient light
background: linear-gradient(to right, hsl(328, 41%, 66%), hsl(328, 41%, 46%));
gradient dark
background: linear-gradient(to right, hsl(328, 41%, 46%), hsl(328, 41%, 26%))
hex
background-color: #A54579;
tailwind
bg-[hsl(328,41%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 41%, 46%, 0.4);
css variable
--color-primary: hsl(328, 41%, 46%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 41%, 46%)?
HEX: #A54579 | RGB: rgb(165, 69, 121) | CMYK: 0%, 58%, 27%, 35% | HSV: 328°, 58%, 65%. Copy any format from the conversion table above.
What colors go well with #A54579?
The complementary color is HSL(148, 41%, 46%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(328, 41%, 46%) in CSS?
As HSL: color: hsl(328, 41%, 46%); — As HEX: color: #A54579; — As RGB: color: rgb(165, 69, 121); — Tailwind CSS: bg-[hsl(328,41%,46%)] — CSS variable: --color-primary: hsl(328, 41%, 46%);