#afaab3
a light, muted gray · warm · closest name: silver
RGB
175, 170, 179
HSL
273°, 6%, 68%
CMYK
2, 5, 0, 30
Luminance
0.4112
Every format
| HEX | #afaab3 |
| RGB | rgb(175, 170, 179) |
| HSL | hsl(273, 6%, 68%) |
| CMYK | cmyk(2%, 5%, 0%, 30%) |
| LAB | lab(70.3 3.5 -4.0) |
| LCH | lch(70.3 5.3 311.2) |
| OKLCH | oklch(0.745 0.014 310.5) |
Copy-ready code
/* CSS */
color: #afaab3;
background-color: #afaab3;
/* Tailwind (arbitrary) */
class="text-[#afaab3] bg-[#afaab3]"
/* SCSS */
$brand: #afaab3;
/* SwiftUI */
Color(red: 0.686, green: 0.667, blue: 0.702)
/* Android */
Color.parseColor("#afaab3")Accessibility — WCAG contrast
Aa
#afaab3 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afaab3 on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green66.7%
Blue70.2%
CMYK percentages
Cyan2.2%
Magenta5.0%
Yellow0.0%
Key (black)29.8%
Color previews
#afaab3 text on a black background
contrast 9.22:1
Card sample
#afaab3 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afaab3;
Background color
Panel with #afaab3 background
background-color: #afaab3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afaab3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 170, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 170, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afaab3; background: linear-gradient(135deg, #afaab3, #B3AAB1);