#ac8da2
a balanced, soft magenta / pink · warm · closest name: gray
RGB
172, 141, 162
HSL
319°, 16%, 61%
CMYK
0, 18, 6, 33
Luminance
0.3043
Every format
| HEX | #ac8da2 |
| RGB | rgb(172, 141, 162) |
| HSL | hsl(319, 16%, 61%) |
| CMYK | cmyk(0%, 18%, 6%, 33%) |
| LAB | lab(62.0 15.3 -6.7) |
| LCH | lch(62.0 16.7 336.5) |
| OKLCH | oklch(0.678 0.047 338.1) |
Copy-ready code
/* CSS */
color: #ac8da2;
background-color: #ac8da2;
/* Tailwind (arbitrary) */
class="text-[#ac8da2] bg-[#ac8da2]"
/* SCSS */
$brand: #ac8da2;
/* SwiftUI */
Color(red: 0.675, green: 0.553, blue: 0.635)
/* Android */
Color.parseColor("#ac8da2")Accessibility — WCAG contrast
Aa
#ac8da2 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8da2 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green55.3%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow5.8%
Key (black)32.5%
Color previews
#ac8da2 text on a black background
contrast 7.09:1
Card sample
#ac8da2 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8da2;
Background color
Panel with #ac8da2 background
background-color: #ac8da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 141, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 141, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8da2; background: linear-gradient(135deg, #ac8da2, #AC8D8D);