#acb8b8
a light, muted gray · cool · closest name: silver
RGB
172, 184, 184
HSL
180°, 8%, 70%
CMYK
7, 0, 0, 28
Luminance
0.4651
Every format
| HEX | #acb8b8 |
| RGB | rgb(172, 184, 184) |
| HSL | hsl(180, 8%, 70%) |
| CMYK | cmyk(7%, 0%, 0%, 28%) |
| LAB | lab(73.9 -4.2 -1.4) |
| LCH | lch(73.9 4.4 199.0) |
| OKLCH | oklch(0.773 0.013 196.9) |
Copy-ready code
/* CSS */
color: #acb8b8;
background-color: #acb8b8;
/* Tailwind (arbitrary) */
class="text-[#acb8b8] bg-[#acb8b8]"
/* SCSS */
$brand: #acb8b8;
/* SwiftUI */
Color(red: 0.675, green: 0.722, blue: 0.722)
/* Android */
Color.parseColor("#acb8b8")Accessibility — WCAG contrast
Aa
#acb8b8 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb8b8 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green72.2%
Blue72.2%
CMYK percentages
Cyan6.5%
Magenta0.0%
Yellow0.0%
Key (black)27.8%
Color previews
#acb8b8 text on a black background
contrast 10.30:1
Card sample
#acb8b8 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb8b8;
Background color
Panel with #acb8b8 background
background-color: #acb8b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb8b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 184, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 184, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb8b8; background: linear-gradient(135deg, #acb8b8, #ACB0B8);