HSL(341, 19%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(341,19%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 19%, 60%) | color: hsl(341, 19%, 60%) | |
| HEX | #AC8692 | color: #AC8692 | |
| RGB | rgb(172, 134, 146) | color: rgb(172, 134, 146) | |
| CMYK | cmyk(0%, 22%, 15%, 33%) | — | |
| HSV | hsv(341, 22%, 67%) | — | |
| HWB | hwb(341 52% 33%) | color: hwb(341 52% 33%) | |
| OKLCH | oklch(0.6597 0.0491 357.73) | color: oklch(0.6597 0.0491 357.73) | |
| Lab | lab(59.8 16.45 -0.83) | color: lab(59.8 16.45 -0.83) | |
| LCH | lch(59.8 16.47 357.11) | color: lch(59.8 16.47 357.11) |
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)
#9C9B8F — rgb(156, 155, 143)
Deuteranopia (Green-blind)
#9EA18E — rgb(158, 161, 142)
Tritanopia (Blue-blind)
#AA8D8C — rgb(170, 141, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 19%, 60%);
text
color: hsl(341, 19%, 60%);
border
border: 2px solid hsl(341, 19%, 60%);
gradient light
background: linear-gradient(to right, hsl(341, 19%, 80%), hsl(341, 19%, 60%));
gradient dark
background: linear-gradient(to right, hsl(341, 19%, 60%), hsl(341, 19%, 40%))
hex
background-color: #AC8692;
tailwind
bg-[hsl(341,19%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 19%, 60%, 0.4);
css variable
--color-primary: hsl(341, 19%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 19%, 60%)?
HEX: #AC8692 | RGB: rgb(172, 134, 146) | CMYK: 0%, 22%, 15%, 33% | HSV: 341°, 22%, 67%. Copy any format from the conversion table above.
What colors go well with #AC8692?
The complementary color is HSL(161, 19%, 60%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 19%, 60%) in CSS?
As HSL: color: hsl(341, 19%, 60%); — As HEX: color: #AC8692; — As RGB: color: rgb(172, 134, 146); — Tailwind CSS: bg-[hsl(341,19%,60%)] — CSS variable: --color-primary: hsl(341, 19%, 60%);