#afad5d
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 173, 93
HSL
59°, 34%, 53%
CMYK
0, 1, 47, 31
Luminance
0.3979
Every format
| HEX | #afad5d |
| RGB | rgb(175, 173, 93) |
| HSL | hsl(59, 34%, 53%) |
| CMYK | cmyk(0%, 1%, 47%, 31%) |
| LAB | lab(69.3 -10.8 41.1) |
| LCH | lch(69.3 42.5 104.7) |
| OKLCH | oklch(0.732 0.103 107.4) |
Copy-ready code
/* CSS */
color: #afad5d;
background-color: #afad5d;
/* Tailwind (arbitrary) */
class="text-[#afad5d] bg-[#afad5d]"
/* SCSS */
$brand: #afad5d;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.365)
/* Android */
Color.parseColor("#afad5d")Accessibility — WCAG contrast
Aa
#afad5d on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad5d on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow46.9%
Key (black)31.4%
Color previews
#afad5d text on a black background
contrast 8.96:1
Card sample
#afad5d text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad5d;
Background color
Panel with #afad5d background
background-color: #afad5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad5d; background: linear-gradient(135deg, #afad5d, #7AAF5D);