#afb413
a dark, electric yellow · cool · closest name: olive
RGB
175, 180, 19
HSL
62°, 81%, 39%
CMYK
3, 0, 89, 29
Luminance
0.4180
Every format
| HEX | #afb413 |
| RGB | rgb(175, 180, 19) |
| HSL | hsl(62, 81%, 39%) |
| CMYK | cmyk(3%, 0%, 89%, 29%) |
| LAB | lab(70.7 -18.5 69.8) |
| LCH | lch(70.7 72.3 104.8) |
| OKLCH | oklch(0.741 0.160 111.8) |
Copy-ready code
/* CSS */
color: #afb413;
background-color: #afb413;
/* Tailwind (arbitrary) */
class="text-[#afb413] bg-[#afb413]"
/* SCSS */
$brand: #afb413;
/* SwiftUI */
Color(red: 0.686, green: 0.706, blue: 0.075)
/* Android */
Color.parseColor("#afb413")Accessibility — WCAG contrast
Aa
#afb413 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb413 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.6%
Blue7.5%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow89.4%
Key (black)29.4%
Color previews
#afb413 text on a black background
contrast 9.36:1
Card sample
#afb413 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb413;
Background color
Panel with #afb413 background
background-color: #afb413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 180, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 180, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb413; background: linear-gradient(135deg, #afb413, #44B413);