#a2d652
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 214, 82
HSL
84°, 62%, 58%
CMYK
24, 0, 62, 16
Luminance
0.5638
Every format
| HEX | #a2d652 |
| RGB | rgb(162, 214, 82) |
| HSL | hsl(84, 62%, 58%) |
| CMYK | cmyk(24%, 0%, 62%, 16%) |
| LAB | lab(79.8 -36.9 58.1) |
| LCH | lch(79.8 68.8 122.4) |
| OKLCH | oklch(0.814 0.170 128.0) |
Copy-ready code
/* CSS */
color: #a2d652;
background-color: #a2d652;
/* Tailwind (arbitrary) */
class="text-[#a2d652] bg-[#a2d652]"
/* SCSS */
$brand: #a2d652;
/* SwiftUI */
Color(red: 0.635, green: 0.839, blue: 0.322)
/* Android */
Color.parseColor("#a2d652")Accessibility — WCAG contrast
Aa
#a2d652 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2d652 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green83.9%
Blue32.2%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow61.7%
Key (black)16.1%
Color previews
#a2d652 text on a black background
contrast 12.28:1
Card sample
#a2d652 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2d652;
Background color
Panel with #a2d652 background
background-color: #a2d652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2d652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 214, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 214, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2d652; background: linear-gradient(135deg, #a2d652, #52D65A);