#afb014
a dark, electric yellow · cool · closest name: olive
RGB
175, 176, 20
HSL
60°, 80%, 38%
CMYK
1, 0, 89, 31
Luminance
0.4022
Every format
| HEX | #afb014 |
| RGB | rgb(175, 176, 20) |
| HSL | hsl(60, 80%, 38%) |
| CMYK | cmyk(1%, 0%, 89%, 31%) |
| LAB | lab(69.6 -16.5 68.8) |
| LCH | lch(69.6 70.7 103.5) |
| OKLCH | oklch(0.733 0.156 110.1) |
Copy-ready code
/* CSS */
color: #afb014;
background-color: #afb014;
/* Tailwind (arbitrary) */
class="text-[#afb014] bg-[#afb014]"
/* SCSS */
$brand: #afb014;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.078)
/* Android */
Color.parseColor("#afb014")Accessibility — WCAG contrast
Aa
#afb014 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb014 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue7.8%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow88.6%
Key (black)31.0%
Color previews
#afb014 text on a black background
contrast 9.04:1
Card sample
#afb014 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb014;
Background color
Panel with #afb014 background
background-color: #afb014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb014; background: linear-gradient(135deg, #afb014, #47B014);