#afb0ae
a light, muted gray · cool · closest name: silver
RGB
175, 176, 174
HSL
90°, 1%, 69%
CMYK
1, 0, 1, 31
Luminance
0.4322
Every format
| HEX | #afb0ae |
| RGB | rgb(175, 176, 174) |
| HSL | hsl(90, 1%, 69%) |
| CMYK | cmyk(1%, 0%, 1%, 31%) |
| LAB | lab(71.7 -0.7 0.9) |
| LCH | lch(71.7 1.2 129.0) |
| OKLCH | oklch(0.756 0.003 128.5) |
Copy-ready code
/* CSS */
color: #afb0ae;
background-color: #afb0ae;
/* Tailwind (arbitrary) */
class="text-[#afb0ae] bg-[#afb0ae]"
/* SCSS */
$brand: #afb0ae;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.682)
/* Android */
Color.parseColor("#afb0ae")Accessibility — WCAG contrast
Aa
#afb0ae on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0ae on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue68.2%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow1.1%
Key (black)31.0%
Color previews
#afb0ae text on a black background
contrast 9.64:1
Card sample
#afb0ae text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0ae;
Background color
Panel with #afb0ae background
background-color: #afb0ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0ae; background: linear-gradient(135deg, #afb0ae, #AEB0AE);