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