#a3be0e
a dark, electric yellow · cool · closest name: olivedrab
RGB
163, 190, 14
HSL
69°, 86%, 40%
CMYK
14, 0, 93, 26
Luminance
0.4465
Every format
| HEX | #a3be0e |
| RGB | rgb(163, 190, 14) |
| HSL | hsl(69, 86%, 40%) |
| CMYK | cmyk(14%, 0%, 93%, 26%) |
| LAB | lab(72.7 -28.6 71.8) |
| LCH | lch(72.7 77.2 111.7) |
| OKLCH | oklch(0.755 0.176 119.5) |
Copy-ready code
/* CSS */
color: #a3be0e;
background-color: #a3be0e;
/* Tailwind (arbitrary) */
class="text-[#a3be0e] bg-[#a3be0e]"
/* SCSS */
$brand: #a3be0e;
/* SwiftUI */
Color(red: 0.639, green: 0.745, blue: 0.055)
/* Android */
Color.parseColor("#a3be0e")Accessibility — WCAG contrast
Aa
#a3be0e on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3be0e on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green74.5%
Blue5.5%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow92.6%
Key (black)25.5%
Color previews
#a3be0e text on a black background
contrast 9.93:1
Card sample
#a3be0e text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3be0e;
Background color
Panel with #a3be0e background
background-color: #a3be0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3be0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 190, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 190, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3be0e; background: linear-gradient(135deg, #a3be0e, #2EBE0E);