#afb01d
a dark, vivid yellow · cool · closest name: olive
RGB
175, 176, 29
HSL
60°, 72%, 40%
CMYK
1, 0, 84, 31
Luminance
0.4025
Every format
| HEX | #afb01d |
| RGB | rgb(175, 176, 29) |
| HSL | hsl(60, 72%, 40%) |
| CMYK | cmyk(1%, 0%, 84%, 31%) |
| LAB | lab(69.7 -16.3 66.9) |
| LCH | lch(69.7 68.8 103.7) |
| OKLCH | oklch(0.733 0.153 110.1) |
Copy-ready code
/* CSS */
color: #afb01d;
background-color: #afb01d;
/* Tailwind (arbitrary) */
class="text-[#afb01d] bg-[#afb01d]"
/* SCSS */
$brand: #afb01d;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.114)
/* Android */
Color.parseColor("#afb01d")Accessibility — WCAG contrast
Aa
#afb01d on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb01d on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue11.4%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow83.5%
Key (black)31.0%
Color previews
#afb01d text on a black background
contrast 9.05:1
Card sample
#afb01d text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb01d;
Background color
Panel with #afb01d background
background-color: #afb01d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb01d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb01d; background: linear-gradient(135deg, #afb01d, #4DB01D);