#a2ec67
a light, electric green · cool · closest name: olivedrab
RGB
162, 236, 103
HSL
93°, 78%, 67%
CMYK
31, 0, 56, 8
Luminance
0.6865
Every format
| HEX | #a2ec67 |
| RGB | rgb(162, 236, 103) |
| HSL | hsl(93, 78%, 67%) |
| CMYK | cmyk(31%, 0%, 56%, 8%) |
| LAB | lab(86.3 -44.7 56.3) |
| LCH | lch(86.3 71.9 128.5) |
| OKLCH | oklch(0.867 0.182 133.2) |
Copy-ready code
/* CSS */
color: #a2ec67;
background-color: #a2ec67;
/* Tailwind (arbitrary) */
class="text-[#a2ec67] bg-[#a2ec67]"
/* SCSS */
$brand: #a2ec67;
/* SwiftUI */
Color(red: 0.635, green: 0.925, blue: 0.404)
/* Android */
Color.parseColor("#a2ec67")Accessibility — WCAG contrast
Aa
#a2ec67 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ec67 on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green92.5%
Blue40.4%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow56.4%
Key (black)7.5%
Color previews
#a2ec67 text on a black background
contrast 14.73:1
Card sample
#a2ec67 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ec67;
Background color
Panel with #a2ec67 background
background-color: #a2ec67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ec67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 236, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 236, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ec67; background: linear-gradient(135deg, #a2ec67, #67EC85);