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