#afbe13
a dark, electric yellow · cool · closest name: olive
RGB
175, 190, 19
HSL
65°, 82%, 41%
CMYK
8, 0, 90, 26
Luminance
0.4599
Every format
| HEX | #afbe13 |
| RGB | rgb(175, 190, 19) |
| HSL | hsl(65, 82%, 41%) |
| CMYK | cmyk(8%, 0%, 90%, 26%) |
| LAB | lab(73.5 -23.5 72.1) |
| LCH | lch(73.5 75.8 108.0) |
| OKLCH | oklch(0.764 0.170 115.4) |
Copy-ready code
/* CSS */
color: #afbe13;
background-color: #afbe13;
/* Tailwind (arbitrary) */
class="text-[#afbe13] bg-[#afbe13]"
/* SCSS */
$brand: #afbe13;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.075)
/* Android */
Color.parseColor("#afbe13")Accessibility — WCAG contrast
Aa
#afbe13 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbe13 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue7.5%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow90.0%
Key (black)25.5%
Color previews
#afbe13 text on a black background
contrast 10.20:1
Card sample
#afbe13 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbe13;
Background color
Panel with #afbe13 background
background-color: #afbe13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbe13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbe13; background: linear-gradient(135deg, #afbe13, #3DBE13);