#a8cc13
a dark, electric green · cool · closest name: yellow
RGB
168, 204, 19
HSL
72°, 83%, 44%
CMYK
18, 0, 91, 20
Luminance
0.5156
Every format
| HEX | #a8cc13 |
| RGB | rgb(168, 204, 19) |
| HSL | hsl(72, 83%, 44%) |
| CMYK | cmyk(18%, 0%, 91%, 20%) |
| LAB | lab(77.0 -33.0 74.7) |
| LCH | lch(77.0 81.6 113.9) |
| OKLCH | oklch(0.791 0.188 121.7) |
Copy-ready code
/* CSS */
color: #a8cc13;
background-color: #a8cc13;
/* Tailwind (arbitrary) */
class="text-[#a8cc13] bg-[#a8cc13]"
/* SCSS */
$brand: #a8cc13;
/* SwiftUI */
Color(red: 0.659, green: 0.800, blue: 0.075)
/* Android */
Color.parseColor("#a8cc13")Accessibility — WCAG contrast
Aa
#a8cc13 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8cc13 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green80.0%
Blue7.5%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow90.7%
Key (black)20.0%
Color previews
#a8cc13 text on a black background
contrast 11.31:1
Card sample
#a8cc13 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8cc13;
Background color
Panel with #a8cc13 background
background-color: #a8cc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8cc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 204, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 204, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8cc13; background: linear-gradient(135deg, #a8cc13, #2DCC13);