#a7e232
a balanced, electric green · cool · closest name: yellow
RGB
167, 226, 50
HSL
80°, 75%, 54%
CMYK
26, 0, 78, 11
Luminance
0.6284
Every format
| HEX | #a7e232 |
| RGB | rgb(167, 226, 50) |
| HSL | hsl(80, 75%, 54%) |
| CMYK | cmyk(26%, 0%, 78%, 11%) |
| LAB | lab(83.4 -42.3 73.2) |
| LCH | lch(83.4 84.6 120.0) |
| OKLCH | oklch(0.842 0.202 127.2) |
Copy-ready code
/* CSS */
color: #a7e232;
background-color: #a7e232;
/* Tailwind (arbitrary) */
class="text-[#a7e232] bg-[#a7e232]"
/* SCSS */
$brand: #a7e232;
/* SwiftUI */
Color(red: 0.655, green: 0.886, blue: 0.196)
/* Android */
Color.parseColor("#a7e232")Accessibility — WCAG contrast
Aa
#a7e232 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7e232 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green88.6%
Blue19.6%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow77.9%
Key (black)11.4%
Color previews
#a7e232 text on a black background
contrast 13.57:1
Card sample
#a7e232 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7e232;
Background color
Panel with #a7e232 background
background-color: #a7e232;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7e232;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 226, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 226, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7e232; background: linear-gradient(135deg, #a7e232, #32E232);