#ac82ac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 130, 172
HSL
300°, 20%, 59%
CMYK
0, 24, 0, 33
Luminance
0.2771
Every format
| HEX | #ac82ac |
| RGB | rgb(172, 130, 172) |
| HSL | hsl(300, 20%, 59%) |
| CMYK | cmyk(0%, 24%, 0%, 33%) |
| LAB | lab(59.6 23.4 -15.9) |
| LCH | lch(59.6 28.3 325.8) |
| OKLCH | oklch(0.661 0.078 326.4) |
Copy-ready code
/* CSS */
color: #ac82ac;
background-color: #ac82ac;
/* Tailwind (arbitrary) */
class="text-[#ac82ac] bg-[#ac82ac]"
/* SCSS */
$brand: #ac82ac;
/* SwiftUI */
Color(red: 0.675, green: 0.510, blue: 0.675)
/* Android */
Color.parseColor("#ac82ac")Accessibility — WCAG contrast
Aa
#ac82ac on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac82ac on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green51.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow0.0%
Key (black)32.5%
Color previews
#ac82ac text on a black background
contrast 6.54:1
Card sample
#ac82ac text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac82ac;
Background color
Panel with #ac82ac background
background-color: #ac82ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac82ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 130, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 130, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac82ac; background: linear-gradient(135deg, #ac82ac, #AC8290);