#a2cc13
a dark, electric green · cool · closest name: yellow
RGB
162, 204, 19
HSL
74°, 83%, 44%
CMYK
21, 0, 91, 20
Luminance
0.5091
Every format
| HEX | #a2cc13 |
| RGB | rgb(162, 204, 19) |
| HSL | hsl(74, 83%, 44%) |
| CMYK | cmyk(21%, 0%, 91%, 20%) |
| LAB | lab(76.6 -35.5 74.2) |
| LCH | lch(76.6 82.2 115.5) |
| OKLCH | oklch(0.786 0.190 123.4) |
Copy-ready code
/* CSS */
color: #a2cc13;
background-color: #a2cc13;
/* Tailwind (arbitrary) */
class="text-[#a2cc13] bg-[#a2cc13]"
/* SCSS */
$brand: #a2cc13;
/* SwiftUI */
Color(red: 0.635, green: 0.800, blue: 0.075)
/* Android */
Color.parseColor("#a2cc13")Accessibility — WCAG contrast
Aa
#a2cc13 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cc13 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.0%
Blue7.5%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow90.7%
Key (black)20.0%
Color previews
#a2cc13 text on a black background
contrast 11.18:1
Card sample
#a2cc13 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cc13;
Background color
Panel with #a2cc13 background
background-color: #a2cc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 204, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 204, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cc13; background: linear-gradient(135deg, #a2cc13, #27CC13);