#abb3af
a light, muted gray · cool · closest name: silver
RGB
171, 179, 175
HSL
150°, 5%, 69%
CMYK
5, 0, 2, 30
Luminance
0.4399
Every format
| HEX | #abb3af |
| RGB | rgb(171, 179, 175) |
| HSL | hsl(150, 5%, 69%) |
| CMYK | cmyk(5%, 0%, 2%, 30%) |
| LAB | lab(72.2 -3.6 1.1) |
| LCH | lch(72.2 3.7 163.3) |
| OKLCH | oklch(0.759 0.011 164.8) |
Copy-ready code
/* CSS */
color: #abb3af;
background-color: #abb3af;
/* Tailwind (arbitrary) */
class="text-[#abb3af] bg-[#abb3af]"
/* SCSS */
$brand: #abb3af;
/* SwiftUI */
Color(red: 0.671, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#abb3af")Accessibility — WCAG contrast
Aa
#abb3af on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb3af on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green70.2%
Blue68.6%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow2.2%
Key (black)29.8%
Color previews
#abb3af text on a black background
contrast 9.80:1
Card sample
#abb3af text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb3af;
Background color
Panel with #abb3af background
background-color: #abb3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb3af; background: linear-gradient(135deg, #abb3af, #ABB2B3);