#7ad921
a balanced, vivid green · cool · closest name: lime
RGB
122, 217, 33
HSL
91°, 74%, 49%
CMYK
44, 0, 85, 15
Luminance
0.5387
Every format
| HEX | #7ad921 |
| RGB | rgb(122, 217, 33) |
| HSL | hsl(91, 74%, 49%) |
| CMYK | cmyk(44%, 0%, 85%, 15%) |
| LAB | lab(78.4 -55.0 72.2) |
| LCH | lch(78.4 90.8 127.3) |
| OKLCH | oklch(0.795 0.221 134.5) |
Copy-ready code
/* CSS */
color: #7ad921;
background-color: #7ad921;
/* Tailwind (arbitrary) */
class="text-[#7ad921] bg-[#7ad921]"
/* SCSS */
$brand: #7ad921;
/* SwiftUI */
Color(red: 0.478, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#7ad921")Accessibility — WCAG contrast
Aa
#7ad921 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ad921 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green85.1%
Blue12.9%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#7ad921 text on a black background
contrast 11.77:1
Card sample
#7ad921 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ad921;
Background color
Panel with #7ad921 background
background-color: #7ad921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ad921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ad921; background: linear-gradient(135deg, #7ad921, #21D943);