#afba1f
a dark, vivid yellow · cool · closest name: olive
RGB
175, 186, 31
HSL
64°, 71%, 43%
CMYK
6, 0, 83, 27
Luminance
0.4433
Every format
| HEX | #afba1f |
| RGB | rgb(175, 186, 31) |
| HSL | hsl(64, 71%, 43%) |
| CMYK | cmyk(6%, 0%, 83%, 27%) |
| LAB | lab(72.5 -21.2 68.8) |
| LCH | lch(72.5 72.0 107.1) |
| OKLCH | oklch(0.755 0.162 114.0) |
Copy-ready code
/* CSS */
color: #afba1f;
background-color: #afba1f;
/* Tailwind (arbitrary) */
class="text-[#afba1f] bg-[#afba1f]"
/* SCSS */
$brand: #afba1f;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.122)
/* Android */
Color.parseColor("#afba1f")Accessibility — WCAG contrast
Aa
#afba1f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba1f on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue12.2%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow83.3%
Key (black)27.1%
Color previews
#afba1f text on a black background
contrast 9.87:1
Card sample
#afba1f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba1f;
Background color
Panel with #afba1f background
background-color: #afba1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba1f; background: linear-gradient(135deg, #afba1f, #47BA1F);