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