#afac99
a balanced, muted yellow · cool · closest name: silver
RGB
175, 172, 153
HSL
52°, 12%, 64%
CMYK
0, 2, 13, 31
Luminance
0.4092
Every format
| HEX | #afac99 |
| RGB | rgb(175, 172, 153) |
| HSL | hsl(52, 12%, 64%) |
| CMYK | cmyk(0%, 2%, 13%, 31%) |
| LAB | lab(70.1 -2.3 10.2) |
| LCH | lch(70.1 10.4 102.6) |
| OKLCH | oklch(0.742 0.027 99.7) |
Copy-ready code
/* CSS */
color: #afac99;
background-color: #afac99;
/* Tailwind (arbitrary) */
class="text-[#afac99] bg-[#afac99]"
/* SCSS */
$brand: #afac99;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.600)
/* Android */
Color.parseColor("#afac99")Accessibility — WCAG contrast
Aa
#afac99 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac99 on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow12.6%
Key (black)31.4%
Color previews
#afac99 text on a black background
contrast 9.18:1
Card sample
#afac99 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac99;
Background color
Panel with #afac99 background
background-color: #afac99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac99; background: linear-gradient(135deg, #afac99, #A3AF99);