#a8e600
a balanced, electric green · cool · closest name: yellow
RGB
168, 230, 0
HSL
76°, 100%, 45%
CMYK
27, 0, 100, 10
Luminance
0.6492
Every format
| HEX | #a8e600 |
| RGB | rgb(168, 230, 0) |
| HSL | hsl(76, 100%, 45%) |
| CMYK | cmyk(27%, 0%, 100%, 10%) |
| LAB | lab(84.4 -44.9 82.4) |
| LCH | lch(84.4 93.8 118.6) |
| OKLCH | oklch(0.851 0.219 126.8) |
Copy-ready code
/* CSS */
color: #a8e600;
background-color: #a8e600;
/* Tailwind (arbitrary) */
class="text-[#a8e600] bg-[#a8e600]"
/* SCSS */
$brand: #a8e600;
/* SwiftUI */
Color(red: 0.659, green: 0.902, blue: 0.000)
/* Android */
Color.parseColor("#a8e600")Accessibility — WCAG contrast
Aa
#a8e600 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8e600 on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green90.2%
Blue0.0%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow100.0%
Key (black)9.8%
Color previews
#a8e600 text on a black background
contrast 13.98:1
Card sample
#a8e600 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8e600;
Background color
Panel with #a8e600 background
background-color: #a8e600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8e600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 230, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 230, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8e600; background: linear-gradient(135deg, #a8e600, #0FE600);