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