#afad4f
a balanced, soft yellow · cool · closest name: olive
RGB
175, 173, 79
HSL
59°, 38%, 50%
CMYK
0, 1, 55, 31
Luminance
0.3957
Every format
| HEX | #afad4f |
| RGB | rgb(175, 173, 79) |
| HSL | hsl(59, 38%, 50%) |
| CMYK | cmyk(0%, 1%, 55%, 31%) |
| LAB | lab(69.2 -12.0 47.7) |
| LCH | lch(69.2 49.2 104.1) |
| OKLCH | oklch(0.730 0.117 107.9) |
Copy-ready code
/* CSS */
color: #afad4f;
background-color: #afad4f;
/* Tailwind (arbitrary) */
class="text-[#afad4f] bg-[#afad4f]"
/* SCSS */
$brand: #afad4f;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.310)
/* Android */
Color.parseColor("#afad4f")Accessibility — WCAG contrast
Aa
#afad4f on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad4f on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow54.9%
Key (black)31.4%
Color previews
#afad4f text on a black background
contrast 8.91:1
Card sample
#afad4f text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad4f;
Background color
Panel with #afad4f background
background-color: #afad4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad4f; background: linear-gradient(135deg, #afad4f, #71AF4F);