#acb3b2
a light, muted gray · cool · closest name: silver
RGB
172, 179, 178
HSL
171°, 4%, 69%
CMYK
4, 0, 1, 30
Luminance
0.4423
Every format
| HEX | #acb3b2 |
| RGB | rgb(172, 179, 178) |
| HSL | hsl(171, 4%, 69%) |
| CMYK | cmyk(4%, 0%, 1%, 30%) |
| LAB | lab(72.4 -2.6 -0.3) |
| LCH | lch(72.4 2.7 187.3) |
| OKLCH | oklch(0.761 0.008 186.8) |
Copy-ready code
/* CSS */
color: #acb3b2;
background-color: #acb3b2;
/* Tailwind (arbitrary) */
class="text-[#acb3b2] bg-[#acb3b2]"
/* SCSS */
$brand: #acb3b2;
/* SwiftUI */
Color(red: 0.675, green: 0.702, blue: 0.698)
/* Android */
Color.parseColor("#acb3b2")Accessibility — WCAG contrast
Aa
#acb3b2 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb3b2 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green70.2%
Blue69.8%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow0.6%
Key (black)29.8%
Color previews
#acb3b2 text on a black background
contrast 9.85:1
Card sample
#acb3b2 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb3b2;
Background color
Panel with #acb3b2 background
background-color: #acb3b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb3b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 179, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 179, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb3b2; background: linear-gradient(135deg, #acb3b2, #ACAFB3);