#aca2ab
a light, muted gray · warm · closest name: silver
RGB
172, 162, 171
HSL
306°, 6%, 66%
CMYK
0, 6, 1, 33
Luminance
0.3755
Every format
| HEX | #aca2ab |
| RGB | rgb(172, 162, 171) |
| HSL | hsl(306, 6%, 66%) |
| CMYK | cmyk(0%, 6%, 1%, 33%) |
| LAB | lab(67.7 5.3 -3.4) |
| LCH | lch(67.7 6.3 327.6) |
| OKLCH | oklch(0.723 0.017 328.9) |
Copy-ready code
/* CSS */
color: #aca2ab;
background-color: #aca2ab;
/* Tailwind (arbitrary) */
class="text-[#aca2ab] bg-[#aca2ab]"
/* SCSS */
$brand: #aca2ab;
/* SwiftUI */
Color(red: 0.675, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#aca2ab")Accessibility — WCAG contrast
Aa
#aca2ab on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aca2ab on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow0.6%
Key (black)32.5%
Color previews
#aca2ab text on a black background
contrast 8.51:1
Card sample
#aca2ab text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aca2ab;
Background color
Panel with #aca2ab background
background-color: #aca2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aca2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aca2ab; background: linear-gradient(135deg, #aca2ab, #ACA2A4);