#a7ec13
a balanced, electric green · cool · closest name: yellow
RGB
167, 236, 19
HSL
79°, 85%, 50%
CMYK
29, 0, 92, 8
Luminance
0.6825
Every format
| HEX | #a7ec13 |
| RGB | rgb(167, 236, 19) |
| HSL | hsl(79, 85%, 50%) |
| CMYK | cmyk(29%, 0%, 92%, 8%) |
| LAB | lab(86.1 -47.5 81.9) |
| LCH | lch(86.1 94.7 120.1) |
| OKLCH | oklch(0.865 0.223 128.1) |
Copy-ready code
/* CSS */
color: #a7ec13;
background-color: #a7ec13;
/* Tailwind (arbitrary) */
class="text-[#a7ec13] bg-[#a7ec13]"
/* SCSS */
$brand: #a7ec13;
/* SwiftUI */
Color(red: 0.655, green: 0.925, blue: 0.075)
/* Android */
Color.parseColor("#a7ec13")Accessibility — WCAG contrast
Aa
#a7ec13 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ec13 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green92.5%
Blue7.5%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow91.9%
Key (black)7.5%
Color previews
#a7ec13 text on a black background
contrast 14.65:1
Card sample
#a7ec13 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ec13;
Background color
Panel with #a7ec13 background
background-color: #a7ec13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ec13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 236, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 236, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ec13; background: linear-gradient(135deg, #a7ec13, #16EC13);