#a2df5d
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 223, 93
HSL
88°, 67%, 62%
CMYK
27, 0, 58, 13
Luminance
0.6125
Every format
| HEX | #a2df5d |
| RGB | rgb(162, 223, 93) |
| HSL | hsl(88, 67%, 62%) |
| CMYK | cmyk(27%, 0%, 58%, 13%) |
| LAB | lab(82.5 -40.0 56.4) |
| LCH | lch(82.5 69.1 125.4) |
| OKLCH | oklch(0.836 0.173 130.5) |
Copy-ready code
/* CSS */
color: #a2df5d;
background-color: #a2df5d;
/* Tailwind (arbitrary) */
class="text-[#a2df5d] bg-[#a2df5d]"
/* SCSS */
$brand: #a2df5d;
/* SwiftUI */
Color(red: 0.635, green: 0.875, blue: 0.365)
/* Android */
Color.parseColor("#a2df5d")Accessibility — WCAG contrast
Aa
#a2df5d on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2df5d on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green87.5%
Blue36.5%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow58.3%
Key (black)12.5%
Color previews
#a2df5d text on a black background
contrast 13.25:1
Card sample
#a2df5d text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2df5d;
Background color
Panel with #a2df5d background
background-color: #a2df5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2df5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 223, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 223, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2df5d; background: linear-gradient(135deg, #a2df5d, #5DDF6F);