#acafab
a light, muted gray · cool · closest name: silver
RGB
172, 175, 171
HSL
105°, 2%, 68%
CMYK
2, 0, 2, 31
Luminance
0.4237
Every format
| HEX | #acafab |
| RGB | rgb(172, 175, 171) |
| HSL | hsl(105, 2%, 68%) |
| CMYK | cmyk(2%, 0%, 2%, 31%) |
| LAB | lab(71.1 -1.8 1.7) |
| LCH | lch(71.1 2.5 137.1) |
| OKLCH | oklch(0.750 0.007 137.8) |
Copy-ready code
/* CSS */
color: #acafab;
background-color: #acafab;
/* Tailwind (arbitrary) */
class="text-[#acafab] bg-[#acafab]"
/* SCSS */
$brand: #acafab;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#acafab")Accessibility — WCAG contrast
Aa
#acafab on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafab on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue67.1%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow2.3%
Key (black)31.4%
Color previews
#acafab text on a black background
contrast 9.47:1
Card sample
#acafab text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafab;
Background color
Panel with #acafab background
background-color: #acafab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafab; background: linear-gradient(135deg, #acafab, #ABAFAD);