#7fd455
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 212, 85
HSL
100°, 60%, 58%
CMYK
40, 0, 60, 17
Luminance
0.5225
Every format
| HEX | #7fd455 |
| RGB | rgb(127, 212, 85) |
| HSL | hsl(100, 60%, 58%) |
| CMYK | cmyk(40%, 0%, 60%, 17%) |
| LAB | lab(77.4 -48.0 53.6) |
| LCH | lch(77.4 72.0 131.8) |
| OKLCH | oklch(0.789 0.182 136.7) |
Copy-ready code
/* CSS */
color: #7fd455;
background-color: #7fd455;
/* Tailwind (arbitrary) */
class="text-[#7fd455] bg-[#7fd455]"
/* SCSS */
$brand: #7fd455;
/* SwiftUI */
Color(red: 0.498, green: 0.831, blue: 0.333)
/* Android */
Color.parseColor("#7fd455")Accessibility — WCAG contrast
Aa
#7fd455 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd455 on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green83.1%
Blue33.3%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow59.9%
Key (black)16.9%
Color previews
#7fd455 text on a black background
contrast 11.45:1
Card sample
#7fd455 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd455;
Background color
Panel with #7fd455 background
background-color: #7fd455;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd455;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 212, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 212, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd455; background: linear-gradient(135deg, #7fd455, #55D480);