HSL(326, 20%, 52%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,20%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 20%, 52%) | color: hsl(326, 20%, 52%) | |
| HEX | #9D6C88 | color: #9D6C88 | |
| RGB | rgb(157, 108, 136) | color: rgb(157, 108, 136) | |
| CMYK | cmyk(0%, 31%, 13%, 38%) | — | |
| HSV | hsv(326, 31%, 62%) | — | |
| HWB | hwb(326 43% 38%) | color: hwb(326 43% 38%) | |
| OKLCH | oklch(0.5909 0.073 344.32) | color: oklch(0.5909 0.073 344.32) | |
| Lab | lab(51.46 23.96 -7.5) | color: lab(51.46 23.96 -7.5) | |
| LCH | lch(51.46 25.11 342.62) | color: lch(51.46 25.11 342.62) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#888781 — rgb(136, 135, 129)
Deuteranopia (Green-blind)
#8B8E80 — rgb(139, 142, 128)
Tritanopia (Blue-blind)
#9B7C7B — rgb(155, 124, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 20%, 52%);
text
color: hsl(326, 20%, 52%);
border
border: 2px solid hsl(326, 20%, 52%);
gradient light
background: linear-gradient(to right, hsl(326, 20%, 72%), hsl(326, 20%, 52%));
gradient dark
background: linear-gradient(to right, hsl(326, 20%, 52%), hsl(326, 20%, 32%))
hex
background-color: #9D6C88;
tailwind
bg-[hsl(326,20%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 20%, 52%, 0.4);
css variable
--color-primary: hsl(326, 20%, 52%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 20%, 52%)?
HEX: #9D6C88 | RGB: rgb(157, 108, 136) | CMYK: 0%, 31%, 13%, 38% | HSV: 326°, 31%, 62%. Copy any format from the conversion table above.
What colors go well with #9D6C88?
The complementary color is HSL(146, 20%, 52%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 20%, 52%) in CSS?
As HSL: color: hsl(326, 20%, 52%); — As HEX: color: #9D6C88; — As RGB: color: rgb(157, 108, 136); — Tailwind CSS: bg-[hsl(326,20%,52%)] — CSS variable: --color-primary: hsl(326, 20%, 52%);