#afad2f
a dark, vivid yellow · cool · closest name: olive
RGB
175, 173, 47
HSL
59°, 58%, 44%
CMYK
0, 1, 73, 31
Luminance
0.3921
Every format
| HEX | #afad2f |
| RGB | rgb(175, 173, 47) |
| HSL | hsl(59, 58%, 44%) |
| CMYK | cmyk(0%, 1%, 73%, 31%) |
| LAB | lab(68.9 -14.1 60.9) |
| LCH | lch(68.9 62.5 103.0) |
| OKLCH | oklch(0.727 0.142 108.5) |
Copy-ready code
/* CSS */
color: #afad2f;
background-color: #afad2f;
/* Tailwind (arbitrary) */
class="text-[#afad2f] bg-[#afad2f]"
/* SCSS */
$brand: #afad2f;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.184)
/* Android */
Color.parseColor("#afad2f")Accessibility — WCAG contrast
Aa
#afad2f on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad2f on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow73.1%
Key (black)31.4%
Color previews
#afad2f text on a black background
contrast 8.84:1
Card sample
#afad2f text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad2f;
Background color
Panel with #afad2f background
background-color: #afad2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad2f; background: linear-gradient(135deg, #afad2f, #5CAF2F);