#afba2f
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 186, 47
HSL
65°, 60%, 46%
CMYK
6, 0, 75, 27
Luminance
0.4444
Every format
| HEX | #afba2f |
| RGB | rgb(175, 186, 47) |
| HSL | hsl(65, 60%, 46%) |
| CMYK | cmyk(6%, 0%, 75%, 27%) |
| LAB | lab(72.5 -20.6 64.3) |
| LCH | lch(72.5 67.5 107.8) |
| OKLCH | oklch(0.756 0.155 114.1) |
Copy-ready code
/* CSS */
color: #afba2f;
background-color: #afba2f;
/* Tailwind (arbitrary) */
class="text-[#afba2f] bg-[#afba2f]"
/* SCSS */
$brand: #afba2f;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.184)
/* Android */
Color.parseColor("#afba2f")Accessibility — WCAG contrast
Aa
#afba2f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba2f on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue18.4%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow74.7%
Key (black)27.1%
Color previews
#afba2f text on a black background
contrast 9.89:1
Card sample
#afba2f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba2f;
Background color
Panel with #afba2f background
background-color: #afba2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba2f; background: linear-gradient(135deg, #afba2f, #52BA2F);