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