#7fd122
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 209, 34
HSL
88°, 72%, 48%
CMYK
39, 0, 84, 18
Luminance
0.5023
Every format
| HEX | #7fd122 |
| RGB | rgb(127, 209, 34) |
| HSL | hsl(88, 72%, 48%) |
| CMYK | cmyk(39%, 0%, 84%, 18%) |
| LAB | lab(76.2 -50.2 70.2) |
| LCH | lch(76.2 86.3 125.6) |
| OKLCH | oklch(0.778 0.209 132.8) |
Copy-ready code
/* CSS */
color: #7fd122;
background-color: #7fd122;
/* Tailwind (arbitrary) */
class="text-[#7fd122] bg-[#7fd122]"
/* SCSS */
$brand: #7fd122;
/* SwiftUI */
Color(red: 0.498, green: 0.820, blue: 0.133)
/* Android */
Color.parseColor("#7fd122")Accessibility — WCAG contrast
Aa
#7fd122 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd122 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green82.0%
Blue13.3%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow83.7%
Key (black)18.0%
Color previews
#7fd122 text on a black background
contrast 11.05:1
Card sample
#7fd122 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd122;
Background color
Panel with #7fd122 background
background-color: #7fd122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 209, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 209, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd122; background: linear-gradient(135deg, #7fd122, #22D13A);