#afbaab
a light, muted green · cool · closest name: silver
RGB
175, 186, 171
HSL
104°, 10%, 70%
CMYK
6, 0, 8, 27
Luminance
0.4717
Every format
| HEX | #afbaab |
| RGB | rgb(175, 186, 171) |
| HSL | hsl(104, 10%, 70%) |
| CMYK | cmyk(6%, 0%, 8%, 27%) |
| LAB | lab(74.3 -6.6 6.3) |
| LCH | lch(74.3 9.1 136.5) |
| OKLCH | oklch(0.776 0.024 137.3) |
Copy-ready code
/* CSS */
color: #afbaab;
background-color: #afbaab;
/* Tailwind (arbitrary) */
class="text-[#afbaab] bg-[#afbaab]"
/* SCSS */
$brand: #afbaab;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.671)
/* Android */
Color.parseColor("#afbaab")Accessibility — WCAG contrast
Aa
#afbaab on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbaab on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue67.1%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow8.1%
Key (black)27.1%
Color previews
#afbaab text on a black background
contrast 10.43:1
Card sample
#afbaab text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbaab;
Background color
Panel with #afbaab background
background-color: #afbaab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbaab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbaab; background: linear-gradient(135deg, #afbaab, #ABBAB1);