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