#a3ce13
a dark, electric green · cool · closest name: yellow
RGB
163, 206, 19
HSL
74°, 83%, 44%
CMYK
21, 0, 91, 19
Luminance
0.5198
Every format
| HEX | #a3ce13 |
| RGB | rgb(163, 206, 19) |
| HSL | hsl(74, 83%, 44%) |
| CMYK | cmyk(21%, 0%, 91%, 19%) |
| LAB | lab(77.3 -36.0 74.7) |
| LCH | lch(77.3 82.9 115.7) |
| OKLCH | oklch(0.792 0.192 123.6) |
Copy-ready code
/* CSS */
color: #a3ce13;
background-color: #a3ce13;
/* Tailwind (arbitrary) */
class="text-[#a3ce13] bg-[#a3ce13]"
/* SCSS */
$brand: #a3ce13;
/* SwiftUI */
Color(red: 0.639, green: 0.808, blue: 0.075)
/* Android */
Color.parseColor("#a3ce13")Accessibility — WCAG contrast
Aa
#a3ce13 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3ce13 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green80.8%
Blue7.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow90.8%
Key (black)19.2%
Color previews
#a3ce13 text on a black background
contrast 11.40:1
Card sample
#a3ce13 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3ce13;
Background color
Panel with #a3ce13 background
background-color: #a3ce13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3ce13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 206, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 206, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3ce13; background: linear-gradient(135deg, #a3ce13, #26CE13);