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