HSL(343, 20%, 58%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(343,20%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(343, 20%, 58%) | color: hsl(343, 20%, 58%) | |
| HEX | #A97E8B | color: #A97E8B | |
| RGB | rgb(169, 126, 139) | color: rgb(169, 126, 139) | |
| CMYK | cmyk(0%, 25%, 18%, 34%) | — | |
| HSV | hsv(342, 25%, 66%) | — | |
| HWB | hwb(342 50% 34%) | color: hwb(342 50% 34%) | |
| OKLCH | oklch(0.639 0.056 358.93) | color: oklch(0.639 0.056 358.93) | |
| Lab | lab(57.29 18.69 -0.5) | color: lab(57.29 18.69 -0.5) | |
| LCH | lch(57.29 18.7 358.47) | color: lch(57.29 18.7 358.47) |
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)
#969688 — rgb(150, 150, 136)
Deuteranopia (Green-blind)
#999C87 — rgb(153, 156, 135)
Tritanopia (Blue-blind)
#A78585 — rgb(167, 133, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(343, 20%, 58%);
text
color: hsl(343, 20%, 58%);
border
border: 2px solid hsl(343, 20%, 58%);
gradient light
background: linear-gradient(to right, hsl(343, 20%, 78%), hsl(343, 20%, 58%));
gradient dark
background: linear-gradient(to right, hsl(343, 20%, 58%), hsl(343, 20%, 38%))
hex
background-color: #A97E8B;
tailwind
bg-[hsl(343,20%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(343, 20%, 58%, 0.4);
css variable
--color-primary: hsl(343, 20%, 58%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(343, 20%, 58%)?
HEX: #A97E8B | RGB: rgb(169, 126, 139) | CMYK: 0%, 25%, 18%, 34% | HSV: 342°, 25%, 66%. Copy any format from the conversion table above.
What colors go well with #A97E8B?
The complementary color is HSL(163, 20%, 58%). For a triadic harmony, use hues 343°, 103°, and 223°. For analogous combinations, try hues 313° and 13°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(343, 20%, 58%) in CSS?
As HSL: color: hsl(343, 20%, 58%); — As HEX: color: #A97E8B; — As RGB: color: rgb(169, 126, 139); — Tailwind CSS: bg-[hsl(343,20%,58%)] — CSS variable: --color-primary: hsl(343, 20%, 58%);