#7fd150
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 209, 80
HSL
98°, 58%, 57%
CMYK
39, 0, 62, 18
Luminance
0.5069
Every format
| HEX | #7fd150 |
| RGB | rgb(127, 209, 80) |
| HSL | hsl(98, 58%, 57%) |
| CMYK | cmyk(39%, 0%, 62%, 18%) |
| LAB | lab(76.5 -47.3 54.7) |
| LCH | lch(76.5 72.3 130.8) |
| OKLCH | oklch(0.781 0.182 135.9) |
Copy-ready code
/* CSS */
color: #7fd150;
background-color: #7fd150;
/* Tailwind (arbitrary) */
class="text-[#7fd150] bg-[#7fd150]"
/* SCSS */
$brand: #7fd150;
/* SwiftUI */
Color(red: 0.498, green: 0.820, blue: 0.314)
/* Android */
Color.parseColor("#7fd150")Accessibility — WCAG contrast
Aa
#7fd150 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd150 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green82.0%
Blue31.4%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow61.7%
Key (black)18.0%
Color previews
#7fd150 text on a black background
contrast 11.14:1
Card sample
#7fd150 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd150;
Background color
Panel with #7fd150 background
background-color: #7fd150;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd150;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 209, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 209, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd150; background: linear-gradient(135deg, #7fd150, #50D177);