#abb0af
a light, muted gray · cool · closest name: silver
RGB
171, 176, 175
HSL
168°, 3%, 68%
CMYK
3, 0, 1, 31
Luminance
0.4280
Every format
| HEX | #abb0af |
| RGB | rgb(171, 176, 175) |
| HSL | hsl(168, 3%, 68%) |
| CMYK | cmyk(3%, 0%, 1%, 31%) |
| LAB | lab(71.4 -1.9 -0.1) |
| LCH | lch(71.4 1.9 182.9) |
| OKLCH | oklch(0.753 0.006 183.0) |
Copy-ready code
/* CSS */
color: #abb0af;
background-color: #abb0af;
/* Tailwind (arbitrary) */
class="text-[#abb0af] bg-[#abb0af]"
/* SCSS */
$brand: #abb0af;
/* SwiftUI */
Color(red: 0.671, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#abb0af")Accessibility — WCAG contrast
Aa
#abb0af on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb0af on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green69.0%
Blue68.6%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow0.6%
Key (black)31.0%
Color previews
#abb0af text on a black background
contrast 9.56:1
Card sample
#abb0af text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb0af;
Background color
Panel with #abb0af background
background-color: #abb0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb0af; background: linear-gradient(135deg, #abb0af, #ABAEB0);