#afb616
a dark, electric yellow · cool · closest name: olive
RGB
175, 182, 22
HSL
63°, 78%, 40%
CMYK
4, 0, 88, 29
Luminance
0.4263
Every format
| HEX | #afb616 |
| RGB | rgb(175, 182, 22) |
| HSL | hsl(63, 78%, 40%) |
| CMYK | cmyk(4%, 0%, 88%, 29%) |
| LAB | lab(71.3 -19.4 69.8) |
| LCH | lch(71.3 72.4 105.6) |
| OKLCH | oklch(0.746 0.161 112.5) |
Copy-ready code
/* CSS */
color: #afb616;
background-color: #afb616;
/* Tailwind (arbitrary) */
class="text-[#afb616] bg-[#afb616]"
/* SCSS */
$brand: #afb616;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.086)
/* Android */
Color.parseColor("#afb616")Accessibility — WCAG contrast
Aa
#afb616 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb616 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue8.6%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow87.9%
Key (black)28.6%
Color previews
#afb616 text on a black background
contrast 9.53:1
Card sample
#afb616 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb616;
Background color
Panel with #afb616 background
background-color: #afb616;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb616;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb616; background: linear-gradient(135deg, #afb616, #44B616);