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