#7fd554
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 213, 84
HSL
100°, 61%, 58%
CMYK
40, 0, 61, 17
Luminance
0.5274
Every format
| HEX | #7fd554 |
| RGB | rgb(127, 213, 84) |
| HSL | hsl(100, 61%, 58%) |
| CMYK | cmyk(40%, 0%, 61%, 17%) |
| LAB | lab(77.7 -48.5 54.4) |
| LCH | lch(77.7 72.9 131.7) |
| OKLCH | oklch(0.791 0.184 136.6) |
Copy-ready code
/* CSS */
color: #7fd554;
background-color: #7fd554;
/* Tailwind (arbitrary) */
class="text-[#7fd554] bg-[#7fd554]"
/* SCSS */
$brand: #7fd554;
/* SwiftUI */
Color(red: 0.498, green: 0.835, blue: 0.329)
/* Android */
Color.parseColor("#7fd554")Accessibility — WCAG contrast
Aa
#7fd554 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd554 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green83.5%
Blue32.9%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow60.6%
Key (black)16.5%
Color previews
#7fd554 text on a black background
contrast 11.55:1
Card sample
#7fd554 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd554;
Background color
Panel with #7fd554 background
background-color: #7fd554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 213, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 213, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd554; background: linear-gradient(135deg, #7fd554, #54D57F);