#ac95af
a balanced, muted magenta / pink · warm · closest name: gray
RGB
172, 149, 175
HSL
293°, 14%, 64%
CMYK
2, 15, 0, 31
Luminance
0.3336
Every format
| HEX | #ac95af |
| RGB | rgb(172, 149, 175) |
| HSL | hsl(293, 14%, 64%) |
| CMYK | cmyk(2%, 15%, 0%, 31%) |
| LAB | lab(64.5 13.3 -10.4) |
| LCH | lch(64.5 16.9 322.0) |
| OKLCH | oklch(0.699 0.046 322.4) |
Copy-ready code
/* CSS */
color: #ac95af;
background-color: #ac95af;
/* Tailwind (arbitrary) */
class="text-[#ac95af] bg-[#ac95af]"
/* SCSS */
$brand: #ac95af;
/* SwiftUI */
Color(red: 0.675, green: 0.584, blue: 0.686)
/* Android */
Color.parseColor("#ac95af")Accessibility — WCAG contrast
Aa
#ac95af on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac95af on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green58.4%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta14.9%
Yellow0.0%
Key (black)31.4%
Color previews
#ac95af text on a black background
contrast 7.67:1
Card sample
#ac95af text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac95af;
Background color
Panel with #ac95af background
background-color: #ac95af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac95af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 149, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 149, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac95af; background: linear-gradient(135deg, #ac95af, #AF95A1);