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