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