HSL(342, 22%, 52%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(342,22%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(342, 22%, 52%) | color: hsl(342, 22%, 52%) | |
| HEX | #A06A7A | color: #A06A7A | |
| RGB | rgb(160, 106, 122) | color: rgb(160, 106, 122) | |
| CMYK | cmyk(0%, 34%, 24%, 37%) | — | |
| HSV | hsv(342, 34%, 63%) | — | |
| HWB | hwb(342 42% 37%) | color: hwb(342 42% 37%) | |
| OKLCH | oklch(0.586 0.0721 0.27) | color: oklch(0.586 0.0721 0.27) | |
| Lab | lab(50.91 23.93 0) | color: lab(50.91 23.93 0) | |
| LCH | lch(50.91 23.93 0) | color: lch(50.91 23.93 0) |
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)
#898876 — rgb(137, 136, 118)
Deuteranopia (Green-blind)
#8C9075 — rgb(140, 144, 117)
Tritanopia (Blue-blind)
#9D7372 — rgb(157, 115, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(342, 22%, 52%);
text
color: hsl(342, 22%, 52%);
border
border: 2px solid hsl(342, 22%, 52%);
gradient light
background: linear-gradient(to right, hsl(342, 22%, 72%), hsl(342, 22%, 52%));
gradient dark
background: linear-gradient(to right, hsl(342, 22%, 52%), hsl(342, 22%, 32%))
hex
background-color: #A06A7A;
tailwind
bg-[hsl(342,22%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(342, 22%, 52%, 0.4);
css variable
--color-primary: hsl(342, 22%, 52%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(342, 22%, 52%)?
HEX: #A06A7A | RGB: rgb(160, 106, 122) | CMYK: 0%, 34%, 24%, 37% | HSV: 342°, 34%, 63%. Copy any format from the conversion table above.
What colors go well with #A06A7A?
The complementary color is HSL(162, 22%, 52%). For a triadic harmony, use hues 342°, 102°, and 222°. For analogous combinations, try hues 312° and 12°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(342, 22%, 52%) in CSS?
As HSL: color: hsl(342, 22%, 52%); — As HEX: color: #A06A7A; — As RGB: color: rgb(160, 106, 122); — Tailwind CSS: bg-[hsl(342,22%,52%)] — CSS variable: --color-primary: hsl(342, 22%, 52%);