#a2ce13
a dark, electric green · cool · closest name: yellow
RGB
162, 206, 19
HSL
74°, 83%, 44%
CMYK
21, 0, 91, 19
Luminance
0.5187
Every format
| HEX | #a2ce13 |
| RGB | rgb(162, 206, 19) |
| HSL | hsl(74, 83%, 44%) |
| CMYK | cmyk(21%, 0%, 91%, 19%) |
| LAB | lab(77.2 -36.4 74.6) |
| LCH | lch(77.2 83.0 116.0) |
| OKLCH | oklch(0.791 0.193 123.9) |
Copy-ready code
/* CSS */
color: #a2ce13;
background-color: #a2ce13;
/* Tailwind (arbitrary) */
class="text-[#a2ce13] bg-[#a2ce13]"
/* SCSS */
$brand: #a2ce13;
/* SwiftUI */
Color(red: 0.635, green: 0.808, blue: 0.075)
/* Android */
Color.parseColor("#a2ce13")Accessibility — WCAG contrast
Aa
#a2ce13 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ce13 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.8%
Blue7.5%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow90.8%
Key (black)19.2%
Color previews
#a2ce13 text on a black background
contrast 11.37:1
Card sample
#a2ce13 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ce13;
Background color
Panel with #a2ce13 background
background-color: #a2ce13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ce13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 206, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 206, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ce13; background: linear-gradient(135deg, #a2ce13, #25CE13);