#ac9dae
a balanced, muted magenta / pink · warm · closest name: silver
RGB
172, 157, 174
HSL
293°, 10%, 65%
CMYK
1, 10, 0, 32
Luminance
0.3594
Every format
| HEX | #ac9dae |
| RGB | rgb(172, 157, 174) |
| HSL | hsl(293, 10%, 65%) |
| CMYK | cmyk(1%, 10%, 0%, 32%) |
| LAB | lab(66.5 8.6 -6.8) |
| LCH | lch(66.5 11.0 321.7) |
| OKLCH | oklch(0.714 0.030 322.2) |
Copy-ready code
/* CSS */
color: #ac9dae;
background-color: #ac9dae;
/* Tailwind (arbitrary) */
class="text-[#ac9dae] bg-[#ac9dae]"
/* SCSS */
$brand: #ac9dae;
/* SwiftUI */
Color(red: 0.675, green: 0.616, blue: 0.682)
/* Android */
Color.parseColor("#ac9dae")Accessibility — WCAG contrast
Aa
#ac9dae on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9dae on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green61.6%
Blue68.2%
CMYK percentages
Cyan1.1%
Magenta9.8%
Yellow0.0%
Key (black)31.8%
Color previews
#ac9dae text on a black background
contrast 8.19:1
Card sample
#ac9dae text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9dae;
Background color
Panel with #ac9dae background
background-color: #ac9dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 157, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 157, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9dae; background: linear-gradient(135deg, #ac9dae, #AE9DA5);