HSL(320, 20%, 58%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,20%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 20%, 58%) | color: hsl(320, 20%, 58%) | |
| HEX | #A97E9B | color: #A97E9B | |
| RGB | rgb(169, 126, 155) | color: rgb(169, 126, 155) | |
| CMYK | cmyk(0%, 25%, 8%, 34%) | — | |
| HSV | hsv(320, 25%, 66%) | — | |
| HWB | hwb(320 50% 34%) | color: hwb(320 50% 34%) | |
| OKLCH | oklch(0.6443 0.0663 338.86) | color: oklch(0.6443 0.0663 338.86) | |
| Lab | lab(57.77 21.45 -9.02) | color: lab(57.77 21.45 -9.02) | |
| LCH | lch(57.77 23.27 337.19) | color: lch(57.77 23.27 337.19) |
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)
#969694 — rgb(150, 150, 148)
Deuteranopia (Green-blind)
#999C92 — rgb(153, 156, 146)
Tritanopia (Blue-blind)
#A78E8D — rgb(167, 142, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 20%, 58%);
text
color: hsl(320, 20%, 58%);
border
border: 2px solid hsl(320, 20%, 58%);
gradient light
background: linear-gradient(to right, hsl(320, 20%, 78%), hsl(320, 20%, 58%));
gradient dark
background: linear-gradient(to right, hsl(320, 20%, 58%), hsl(320, 20%, 38%))
hex
background-color: #A97E9B;
tailwind
bg-[hsl(320,20%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 20%, 58%, 0.4);
css variable
--color-primary: hsl(320, 20%, 58%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 20%, 58%)?
HEX: #A97E9B | RGB: rgb(169, 126, 155) | CMYK: 0%, 25%, 8%, 34% | HSV: 320°, 25%, 66%. Copy any format from the conversion table above.
What colors go well with #A97E9B?
The complementary color is HSL(140, 20%, 58%). 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, 20%, 58%) in CSS?
As HSL: color: hsl(320, 20%, 58%); — As HEX: color: #A97E9B; — As RGB: color: rgb(169, 126, 155); — Tailwind CSS: bg-[hsl(320,20%,58%)] — CSS variable: --color-primary: hsl(320, 20%, 58%);