#abacac
a light, muted gray · cool · closest name: silver
RGB
171, 172, 172
HSL
180°, 1%, 67%
CMYK
1, 0, 0, 33
Luminance
0.4114
Every format
| HEX | #abacac |
| RGB | rgb(171, 172, 172) |
| HSL | hsl(180, 1%, 67%) |
| CMYK | cmyk(1%, 0%, 0%, 33%) |
| LAB | lab(70.3 -0.3 -0.1) |
| LCH | lch(70.3 0.4 198.9) |
| OKLCH | oklch(0.744 0.001 197.1) |
Copy-ready code
/* CSS */
color: #abacac;
background-color: #abacac;
/* Tailwind (arbitrary) */
class="text-[#abacac] bg-[#abacac]"
/* SCSS */
$brand: #abacac;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#abacac")Accessibility — WCAG contrast
Aa
#abacac on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abacac on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue67.5%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#abacac text on a black background
contrast 9.23:1
Card sample
#abacac text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abacac;
Background color
Panel with #abacac background
background-color: #abacac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abacac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abacac; background: linear-gradient(135deg, #abacac, #ABABAC);