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