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