#a8ce13
a dark, electric green · cool · closest name: yellow
RGB
168, 206, 19
HSL
72°, 83%, 44%
CMYK
18, 0, 91, 19
Luminance
0.5251
Every format
| HEX | #a8ce13 |
| RGB | rgb(168, 206, 19) |
| HSL | hsl(72, 83%, 44%) |
| CMYK | cmyk(18%, 0%, 91%, 19%) |
| LAB | lab(77.6 -34.0 75.1) |
| LCH | lch(77.6 82.4 114.3) |
| OKLCH | oklch(0.795 0.190 122.2) |
Copy-ready code
/* CSS */
color: #a8ce13;
background-color: #a8ce13;
/* Tailwind (arbitrary) */
class="text-[#a8ce13] bg-[#a8ce13]"
/* SCSS */
$brand: #a8ce13;
/* SwiftUI */
Color(red: 0.659, green: 0.808, blue: 0.075)
/* Android */
Color.parseColor("#a8ce13")Accessibility — WCAG contrast
Aa
#a8ce13 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8ce13 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green80.8%
Blue7.5%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow90.8%
Key (black)19.2%
Color previews
#a8ce13 text on a black background
contrast 11.50:1
Card sample
#a8ce13 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8ce13;
Background color
Panel with #a8ce13 background
background-color: #a8ce13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8ce13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 206, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 206, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8ce13; background: linear-gradient(135deg, #a8ce13, #2BCE13);