#a2e46c
a light, vivid green · cool · closest name: olivedrab
RGB
162, 228, 108
HSL
93°, 69%, 66%
CMYK
29, 0, 53, 11
Luminance
0.6425
Every format
| HEX | #a2e46c |
| RGB | rgb(162, 228, 108) |
| HSL | hsl(93, 69%, 66%) |
| CMYK | cmyk(29%, 0%, 53%, 11%) |
| LAB | lab(84.1 -40.7 51.4) |
| LCH | lch(84.1 65.6 128.4) |
| OKLCH | oklch(0.849 0.166 132.8) |
Copy-ready code
/* CSS */
color: #a2e46c;
background-color: #a2e46c;
/* Tailwind (arbitrary) */
class="text-[#a2e46c] bg-[#a2e46c]"
/* SCSS */
$brand: #a2e46c;
/* SwiftUI */
Color(red: 0.635, green: 0.894, blue: 0.424)
/* Android */
Color.parseColor("#a2e46c")Accessibility — WCAG contrast
Aa
#a2e46c on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2e46c on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green89.4%
Blue42.4%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow52.6%
Key (black)10.6%
Color previews
#a2e46c text on a black background
contrast 13.85:1
Card sample
#a2e46c text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2e46c;
Background color
Panel with #a2e46c background
background-color: #a2e46c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2e46c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 228, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 228, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2e46c; background: linear-gradient(135deg, #a2e46c, #6CE486);