#ac99af
a balanced, muted magenta / pink · warm · closest name: gray
RGB
172, 153, 175
HSL
292°, 12%, 64%
CMYK
2, 13, 0, 31
Luminance
0.3465
Every format
| HEX | #ac99af |
| RGB | rgb(172, 153, 175) |
| HSL | hsl(292, 12%, 64%) |
| CMYK | cmyk(2%, 13%, 0%, 31%) |
| LAB | lab(65.5 11.1 -8.9) |
| LCH | lch(65.5 14.2 321.2) |
| OKLCH | oklch(0.707 0.038 321.6) |
Copy-ready code
/* CSS */
color: #ac99af;
background-color: #ac99af;
/* Tailwind (arbitrary) */
class="text-[#ac99af] bg-[#ac99af]"
/* SCSS */
$brand: #ac99af;
/* SwiftUI */
Color(red: 0.675, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#ac99af")Accessibility — WCAG contrast
Aa
#ac99af on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac99af on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green60.0%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta12.6%
Yellow0.0%
Key (black)31.4%
Color previews
#ac99af text on a black background
contrast 7.93:1
Card sample
#ac99af text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac99af;
Background color
Panel with #ac99af background
background-color: #ac99af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac99af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 153, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 153, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac99af; background: linear-gradient(135deg, #ac99af, #AF99A3);