#7fd341
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 211, 65
HSL
95°, 62%, 54%
CMYK
40, 0, 69, 17
Luminance
0.5148
Every format
| HEX | #7fd341 |
| RGB | rgb(127, 211, 65) |
| HSL | hsl(95, 62%, 54%) |
| CMYK | cmyk(40%, 0%, 69%, 17%) |
| LAB | lab(77.0 -49.3 61.3) |
| LCH | lch(77.0 78.7 128.8) |
| OKLCH | oklch(0.785 0.196 134.7) |
Copy-ready code
/* CSS */
color: #7fd341;
background-color: #7fd341;
/* Tailwind (arbitrary) */
class="text-[#7fd341] bg-[#7fd341]"
/* SCSS */
$brand: #7fd341;
/* SwiftUI */
Color(red: 0.498, green: 0.827, blue: 0.255)
/* Android */
Color.parseColor("#7fd341")Accessibility — WCAG contrast
Aa
#7fd341 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd341 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green82.7%
Blue25.5%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow69.2%
Key (black)17.3%
Color previews
#7fd341 text on a black background
contrast 11.30:1
Card sample
#7fd341 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd341;
Background color
Panel with #7fd341 background
background-color: #7fd341;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd341;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 211, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 211, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd341; background: linear-gradient(135deg, #7fd341, #41D364);