#a2d921
a balanced, vivid green · cool · closest name: yellow
RGB
162, 217, 33
HSL
78°, 74%, 49%
CMYK
25, 0, 85, 15
Luminance
0.5742
Every format
| HEX | #a2d921 |
| RGB | rgb(162, 217, 33) |
| HSL | hsl(78, 74%, 49%) |
| CMYK | cmyk(25%, 0%, 85%, 15%) |
| LAB | lab(80.4 -40.9 74.8) |
| LCH | lch(80.4 85.2 118.7) |
| OKLCH | oklch(0.817 0.201 126.3) |
Copy-ready code
/* CSS */
color: #a2d921;
background-color: #a2d921;
/* Tailwind (arbitrary) */
class="text-[#a2d921] bg-[#a2d921]"
/* SCSS */
$brand: #a2d921;
/* SwiftUI */
Color(red: 0.635, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#a2d921")Accessibility — WCAG contrast
Aa
#a2d921 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2d921 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green85.1%
Blue12.9%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#a2d921 text on a black background
contrast 12.48:1
Card sample
#a2d921 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2d921;
Background color
Panel with #a2d921 background
background-color: #a2d921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2d921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2d921; background: linear-gradient(135deg, #a2d921, #27D921);