#afbb13
a dark, electric yellow · cool · closest name: olive
RGB
175, 187, 19
HSL
64°, 82%, 40%
CMYK
6, 0, 90, 27
Luminance
0.4470
Every format
| HEX | #afbb13 |
| RGB | rgb(175, 187, 19) |
| HSL | hsl(64, 82%, 40%) |
| CMYK | cmyk(6%, 0%, 90%, 27%) |
| LAB | lab(72.7 -22.0 71.4) |
| LCH | lch(72.7 74.7 107.1) |
| OKLCH | oklch(0.757 0.167 114.4) |
Copy-ready code
/* CSS */
color: #afbb13;
background-color: #afbb13;
/* Tailwind (arbitrary) */
class="text-[#afbb13] bg-[#afbb13]"
/* SCSS */
$brand: #afbb13;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.075)
/* Android */
Color.parseColor("#afbb13")Accessibility — WCAG contrast
Aa
#afbb13 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbb13 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue7.5%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow89.8%
Key (black)26.7%
Color previews
#afbb13 text on a black background
contrast 9.94:1
Card sample
#afbb13 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbb13;
Background color
Panel with #afbb13 background
background-color: #afbb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbb13; background: linear-gradient(135deg, #afbb13, #3FBB13);