#acac9f
a balanced, muted gray · cool · closest name: silver
RGB
172, 172, 159
HSL
60°, 7%, 65%
CMYK
0, 0, 8, 33
Luminance
0.4078
Every format
| HEX | #acac9f |
| RGB | rgb(172, 172, 159) |
| HSL | hsl(60, 7%, 65%) |
| CMYK | cmyk(0%, 0%, 8%, 33%) |
| LAB | lab(70.0 -2.4 6.7) |
| LCH | lch(70.0 7.1 109.4) |
| OKLCH | oklch(0.741 0.018 106.8) |
Copy-ready code
/* CSS */
color: #acac9f;
background-color: #acac9f;
/* Tailwind (arbitrary) */
class="text-[#acac9f] bg-[#acac9f]"
/* SCSS */
$brand: #acac9f;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.624)
/* Android */
Color.parseColor("#acac9f")Accessibility — WCAG contrast
Aa
#acac9f on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acac9f on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow7.6%
Key (black)32.5%
Color previews
#acac9f text on a black background
contrast 9.16:1
Card sample
#acac9f text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acac9f;
Background color
Panel with #acac9f background
background-color: #acac9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acac9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acac9f; background: linear-gradient(135deg, #acac9f, #A3AC9F);