#7fd71f
a balanced, vivid green · cool · closest name: lime
RGB
127, 215, 31
HSL
89°, 75%, 48%
CMYK
41, 0, 86, 16
Luminance
0.5321
Every format
| HEX | #7fd71f |
| RGB | rgb(127, 215, 31) |
| HSL | hsl(89, 75%, 48%) |
| CMYK | cmyk(41%, 0%, 86%, 16%) |
| LAB | lab(78.0 -52.7 72.4) |
| LCH | lch(78.0 89.5 126.0) |
| OKLCH | oklch(0.793 0.217 133.4) |
Copy-ready code
/* CSS */
color: #7fd71f;
background-color: #7fd71f;
/* Tailwind (arbitrary) */
class="text-[#7fd71f] bg-[#7fd71f]"
/* SCSS */
$brand: #7fd71f;
/* SwiftUI */
Color(red: 0.498, green: 0.843, blue: 0.122)
/* Android */
Color.parseColor("#7fd71f")Accessibility — WCAG contrast
Aa
#7fd71f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd71f on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green84.3%
Blue12.2%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow85.6%
Key (black)15.7%
Color previews
#7fd71f text on a black background
contrast 11.64:1
Card sample
#7fd71f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd71f;
Background color
Panel with #7fd71f background
background-color: #7fd71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 215, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 215, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd71f; background: linear-gradient(135deg, #7fd71f, #1FD73A);