#ac9dab
a balanced, muted magenta / pink · warm · closest name: silver
RGB
172, 157, 171
HSL
304°, 8%, 65%
CMYK
0, 9, 1, 33
Luminance
0.3582
Every format
| HEX | #ac9dab |
| RGB | rgb(172, 157, 171) |
| HSL | hsl(304, 8%, 65%) |
| CMYK | cmyk(0%, 9%, 1%, 33%) |
| LAB | lab(66.4 8.1 -5.3) |
| LCH | lch(66.4 9.6 326.8) |
| OKLCH | oklch(0.713 0.026 327.9) |
Copy-ready code
/* CSS */
color: #ac9dab;
background-color: #ac9dab;
/* Tailwind (arbitrary) */
class="text-[#ac9dab] bg-[#ac9dab]"
/* SCSS */
$brand: #ac9dab;
/* SwiftUI */
Color(red: 0.675, green: 0.616, blue: 0.671)
/* Android */
Color.parseColor("#ac9dab")Accessibility — WCAG contrast
Aa
#ac9dab on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9dab on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green61.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow0.6%
Key (black)32.5%
Color previews
#ac9dab text on a black background
contrast 8.16:1
Card sample
#ac9dab text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9dab;
Background color
Panel with #ac9dab background
background-color: #ac9dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 157, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 157, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9dab; background: linear-gradient(135deg, #ac9dab, #AC9DA1);