HSL(316, 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(316,19%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 19%, 60%) | color: hsl(316, 19%, 60%) | |
| HEX | #AC86A2 | color: #AC86A2 | |
| RGB | rgb(172, 134, 162) | color: rgb(172, 134, 162) | |
| CMYK | cmyk(0%, 22%, 6%, 33%) | — | |
| HSV | hsv(316, 22%, 67%) | — | |
| HWB | hwb(316 52% 33%) | color: hwb(316 52% 33%) | |
| OKLCH | oklch(0.665 0.0603 335.89) | color: oklch(0.665 0.0603 335.89) | |
| Lab | lab(60.28 19.28 -9.27) | color: lab(60.28 19.28 -9.27) | |
| LCH | lch(60.28 21.39 334.32) | color: lch(60.28 21.39 334.32) |
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)
#9C9B9B — rgb(156, 155, 155)
Deuteranopia (Green-blind)
#9EA19A — rgb(158, 161, 154)
Tritanopia (Blue-blind)
#AA9695 — rgb(170, 150, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 19%, 60%);
text
color: hsl(316, 19%, 60%);
border
border: 2px solid hsl(316, 19%, 60%);
gradient light
background: linear-gradient(to right, hsl(316, 19%, 80%), hsl(316, 19%, 60%));
gradient dark
background: linear-gradient(to right, hsl(316, 19%, 60%), hsl(316, 19%, 40%))
hex
background-color: #AC86A2;
tailwind
bg-[hsl(316,19%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 19%, 60%, 0.4);
css variable
--color-primary: hsl(316, 19%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 19%, 60%)?
HEX: #AC86A2 | RGB: rgb(172, 134, 162) | CMYK: 0%, 22%, 6%, 33% | HSV: 316°, 22%, 67%. Copy any format from the conversion table above.
What colors go well with #AC86A2?
The complementary color is HSL(136, 19%, 60%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 19%, 60%) in CSS?
As HSL: color: hsl(316, 19%, 60%); — As HEX: color: #AC86A2; — As RGB: color: rgb(172, 134, 162); — Tailwind CSS: bg-[hsl(316,19%,60%)] — CSS variable: --color-primary: hsl(316, 19%, 60%);