#a4af99
a balanced, muted green · cool · closest name: silver
RGB
164, 175, 153
HSL
90°, 12%, 64%
CMYK
6, 0, 13, 31
Luminance
0.4085
Every format
| HEX | #a4af99 |
| RGB | rgb(164, 175, 153) |
| HSL | hsl(90, 12%, 64%) |
| CMYK | cmyk(6%, 0%, 13%, 31%) |
| LAB | lab(70.1 -7.9 10.0) |
| LCH | lch(70.1 12.8 128.5) |
| OKLCH | oklch(0.739 0.033 129.0) |
Copy-ready code
/* CSS */
color: #a4af99;
background-color: #a4af99;
/* Tailwind (arbitrary) */
class="text-[#a4af99] bg-[#a4af99]"
/* SCSS */
$brand: #a4af99;
/* SwiftUI */
Color(red: 0.643, green: 0.686, blue: 0.600)
/* Android */
Color.parseColor("#a4af99")Accessibility — WCAG contrast
Aa
#a4af99 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4af99 on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green68.6%
Blue60.0%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow12.6%
Key (black)31.4%
Color previews
#a4af99 text on a black background
contrast 9.17:1
Card sample
#a4af99 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4af99;
Background color
Panel with #a4af99 background
background-color: #a4af99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4af99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 175, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 175, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4af99; background: linear-gradient(135deg, #a4af99, #99AF9D);