#a2d52f
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 213, 47
HSL
78°, 66%, 51%
CMYK
24, 0, 78, 17
Luminance
0.5548
Every format
| HEX | #a2d52f |
| RGB | rgb(162, 213, 47) |
| HSL | hsl(78, 66%, 51%) |
| CMYK | cmyk(24%, 0%, 78%, 17%) |
| LAB | lab(79.3 -38.6 70.3) |
| LCH | lch(79.3 80.2 118.8) |
| OKLCH | oklch(0.809 0.191 126.0) |
Copy-ready code
/* CSS */
color: #a2d52f;
background-color: #a2d52f;
/* Tailwind (arbitrary) */
class="text-[#a2d52f] bg-[#a2d52f]"
/* SCSS */
$brand: #a2d52f;
/* SwiftUI */
Color(red: 0.635, green: 0.835, blue: 0.184)
/* Android */
Color.parseColor("#a2d52f")Accessibility — WCAG contrast
Aa
#a2d52f on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2d52f on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green83.5%
Blue18.4%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow77.9%
Key (black)16.5%
Color previews
#a2d52f text on a black background
contrast 12.10:1
Card sample
#a2d52f text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2d52f;
Background color
Panel with #a2d52f background
background-color: #a2d52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2d52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 213, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 213, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2d52f; background: linear-gradient(135deg, #a2d52f, #34D52F);