#a8be0e
a dark, electric yellow · cool · closest name: olivedrab
RGB
168, 190, 14
HSL
68°, 86%, 40%
CMYK
12, 0, 93, 26
Luminance
0.4518
Every format
| HEX | #a8be0e |
| RGB | rgb(168, 190, 14) |
| HSL | hsl(68, 86%, 40%) |
| CMYK | cmyk(12%, 0%, 93%, 26%) |
| LAB | lab(73.0 -26.5 72.2) |
| LCH | lch(73.0 76.9 110.2) |
| OKLCH | oklch(0.758 0.174 117.8) |
Copy-ready code
/* CSS */
color: #a8be0e;
background-color: #a8be0e;
/* Tailwind (arbitrary) */
class="text-[#a8be0e] bg-[#a8be0e]"
/* SCSS */
$brand: #a8be0e;
/* SwiftUI */
Color(red: 0.659, green: 0.745, blue: 0.055)
/* Android */
Color.parseColor("#a8be0e")Accessibility — WCAG contrast
Aa
#a8be0e on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8be0e on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green74.5%
Blue5.5%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow92.6%
Key (black)25.5%
Color previews
#a8be0e text on a black background
contrast 10.04:1
Card sample
#a8be0e text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8be0e;
Background color
Panel with #a8be0e background
background-color: #a8be0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8be0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 190, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 190, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8be0e; background: linear-gradient(135deg, #a8be0e, #33BE0E);