#7fe652
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 230, 82
HSL
102°, 75%, 61%
CMYK
45, 0, 64, 10
Luminance
0.6171
Every format
| HEX | #7fe652 |
| RGB | rgb(127, 230, 82) |
| HSL | hsl(102, 75%, 61%) |
| CMYK | cmyk(45%, 0%, 64%, 10%) |
| LAB | lab(82.8 -55.5 60.8) |
| LCH | lch(82.8 82.3 132.4) |
| OKLCH | oklch(0.833 0.208 137.6) |
Copy-ready code
/* CSS */
color: #7fe652;
background-color: #7fe652;
/* Tailwind (arbitrary) */
class="text-[#7fe652] bg-[#7fe652]"
/* SCSS */
$brand: #7fe652;
/* SwiftUI */
Color(red: 0.498, green: 0.902, blue: 0.322)
/* Android */
Color.parseColor("#7fe652")Accessibility — WCAG contrast
Aa
#7fe652 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fe652 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green90.2%
Blue32.2%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow64.3%
Key (black)9.8%
Color previews
#7fe652 text on a black background
contrast 13.34:1
Card sample
#7fe652 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fe652;
Background color
Panel with #7fe652 background
background-color: #7fe652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fe652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 230, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 230, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fe652; background: linear-gradient(135deg, #7fe652, #52E688);