#afb913
a dark, electric yellow · cool · closest name: olive
RGB
175, 185, 19
HSL
64°, 81%, 40%
CMYK
5, 0, 90, 28
Luminance
0.4386
Every format
| HEX | #afb913 |
| RGB | rgb(175, 185, 19) |
| HSL | hsl(64, 81%, 40%) |
| CMYK | cmyk(5%, 0%, 90%, 28%) |
| LAB | lab(72.1 -21.0 71.0) |
| LCH | lch(72.1 74.0 106.5) |
| OKLCH | oklch(0.753 0.165 113.6) |
Copy-ready code
/* CSS */
color: #afb913;
background-color: #afb913;
/* Tailwind (arbitrary) */
class="text-[#afb913] bg-[#afb913]"
/* SCSS */
$brand: #afb913;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.075)
/* Android */
Color.parseColor("#afb913")Accessibility — WCAG contrast
Aa
#afb913 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb913 on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue7.5%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow89.7%
Key (black)27.5%
Color previews
#afb913 text on a black background
contrast 9.77:1
Card sample
#afb913 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb913;
Background color
Panel with #afb913 background
background-color: #afb913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb913; background: linear-gradient(135deg, #afb913, #40B913);