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