#acabaf
a light, muted gray · warm · closest name: silver
RGB
172, 171, 175
HSL
255°, 2%, 68%
CMYK
2, 2, 0, 31
Luminance
0.4099
Every format
| HEX | #acabaf |
| RGB | rgb(172, 171, 175) |
| HSL | hsl(255, 2%, 68%) |
| CMYK | cmyk(2%, 2%, 0%, 31%) |
| LAB | lab(70.2 1.1 -1.9) |
| LCH | lch(70.2 2.2 300.0) |
| OKLCH | oklch(0.743 0.006 297.7) |
Copy-ready code
/* CSS */
color: #acabaf;
background-color: #acabaf;
/* Tailwind (arbitrary) */
class="text-[#acabaf] bg-[#acabaf]"
/* SCSS */
$brand: #acabaf;
/* SwiftUI */
Color(red: 0.675, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#acabaf")Accessibility — WCAG contrast
Aa
#acabaf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acabaf on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.1%
Blue68.6%
CMYK percentages
Cyan1.7%
Magenta2.3%
Yellow0.0%
Key (black)31.4%
Color previews
#acabaf text on a black background
contrast 9.20:1
Card sample
#acabaf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acabaf;
Background color
Panel with #acabaf background
background-color: #acabaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acabaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acabaf; background: linear-gradient(135deg, #acabaf, #AFABAF);