#aaacaf
a light, muted gray · cool · closest name: silver
RGB
170, 172, 175
HSL
216°, 3%, 68%
CMYK
3, 2, 0, 31
Luminance
0.4115
Every format
| HEX | #aaacaf |
| RGB | rgb(170, 172, 175) |
| HSL | hsl(216, 3%, 68%) |
| CMYK | cmyk(3%, 2%, 0%, 31%) |
| LAB | lab(70.3 -0.1 -1.8) |
| LCH | lch(70.3 1.8 265.8) |
| OKLCH | oklch(0.744 0.005 258.3) |
Copy-ready code
/* CSS */
color: #aaacaf;
background-color: #aaacaf;
/* Tailwind (arbitrary) */
class="text-[#aaacaf] bg-[#aaacaf]"
/* SCSS */
$brand: #aaacaf;
/* SwiftUI */
Color(red: 0.667, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#aaacaf")Accessibility — WCAG contrast
Aa
#aaacaf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaacaf on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green67.5%
Blue68.6%
CMYK percentages
Cyan2.9%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#aaacaf text on a black background
contrast 9.23:1
Card sample
#aaacaf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaacaf;
Background color
Panel with #aaacaf background
background-color: #aaacaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaacaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaacaf; background: linear-gradient(135deg, #aaacaf, #ABAAAF);