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