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