#afb511
a dark, electric yellow · cool · closest name: olive
RGB
175, 181, 17
HSL
62°, 83%, 39%
CMYK
3, 0, 91, 29
Luminance
0.4220
Every format
| HEX | #afb511 |
| RGB | rgb(175, 181, 17) |
| HSL | hsl(62, 83%, 39%) |
| CMYK | cmyk(3%, 0%, 91%, 29%) |
| LAB | lab(71.0 -19.1 70.4) |
| LCH | lch(71.0 72.9 105.1) |
| OKLCH | oklch(0.744 0.162 112.1) |
Copy-ready code
/* CSS */
color: #afb511;
background-color: #afb511;
/* Tailwind (arbitrary) */
class="text-[#afb511] bg-[#afb511]"
/* SCSS */
$brand: #afb511;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.067)
/* Android */
Color.parseColor("#afb511")Accessibility — WCAG contrast
Aa
#afb511 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb511 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue6.7%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow90.6%
Key (black)29.0%
Color previews
#afb511 text on a black background
contrast 9.44:1
Card sample
#afb511 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb511;
Background color
Panel with #afb511 background
background-color: #afb511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb511; background: linear-gradient(135deg, #afb511, #42B511);