#7fda21
a balanced, vivid green · cool · closest name: lime
RGB
127, 218, 33
HSL
90°, 74%, 49%
CMYK
42, 0, 85, 15
Luminance
0.5476
Every format
| HEX | #7fda21 |
| RGB | rgb(127, 218, 33) |
| HSL | hsl(90, 74%, 49%) |
| CMYK | cmyk(42%, 0%, 85%, 15%) |
| LAB | lab(78.9 -53.8 72.8) |
| LCH | lch(78.9 90.5 126.5) |
| OKLCH | oklch(0.800 0.220 133.7) |
Copy-ready code
/* CSS */
color: #7fda21;
background-color: #7fda21;
/* Tailwind (arbitrary) */
class="text-[#7fda21] bg-[#7fda21]"
/* SCSS */
$brand: #7fda21;
/* SwiftUI */
Color(red: 0.498, green: 0.855, blue: 0.129)
/* Android */
Color.parseColor("#7fda21")Accessibility — WCAG contrast
Aa
#7fda21 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fda21 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.5%
Blue12.9%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow84.9%
Key (black)14.5%
Color previews
#7fda21 text on a black background
contrast 11.95:1
Card sample
#7fda21 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fda21;
Background color
Panel with #7fda21 background
background-color: #7fda21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fda21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 218, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 218, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fda21; background: linear-gradient(135deg, #7fda21, #21DA3E);