#afbc19
a dark, electric yellow · cool · closest name: olive
RGB
175, 188, 25
HSL
65°, 77%, 42%
CMYK
7, 0, 87, 26
Luminance
0.4515
Every format
| HEX | #afbc19 |
| RGB | rgb(175, 188, 25) |
| HSL | hsl(65, 77%, 42%) |
| CMYK | cmyk(7%, 0%, 87%, 26%) |
| LAB | lab(73.0 -22.4 70.6) |
| LCH | lch(73.0 74.0 107.6) |
| OKLCH | oklch(0.759 0.167 114.7) |
Copy-ready code
/* CSS */
color: #afbc19;
background-color: #afbc19;
/* Tailwind (arbitrary) */
class="text-[#afbc19] bg-[#afbc19]"
/* SCSS */
$brand: #afbc19;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.098)
/* Android */
Color.parseColor("#afbc19")Accessibility — WCAG contrast
Aa
#afbc19 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc19 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue9.8%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow86.7%
Key (black)26.3%
Color previews
#afbc19 text on a black background
contrast 10.03:1
Card sample
#afbc19 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc19;
Background color
Panel with #afbc19 background
background-color: #afbc19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc19; background: linear-gradient(135deg, #afbc19, #42BC19);