#7fe551
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 229, 81
HSL
101°, 74%, 61%
CMYK
45, 0, 65, 10
Luminance
0.6114
Every format
| HEX | #7fe551 |
| RGB | rgb(127, 229, 81) |
| HSL | hsl(101, 74%, 61%) |
| CMYK | cmyk(45%, 0%, 65%, 10%) |
| LAB | lab(82.5 -55.2 60.9) |
| LCH | lch(82.5 82.2 132.2) |
| OKLCH | oklch(0.830 0.207 137.4) |
Copy-ready code
/* CSS */
color: #7fe551;
background-color: #7fe551;
/* Tailwind (arbitrary) */
class="text-[#7fe551] bg-[#7fe551]"
/* SCSS */
$brand: #7fe551;
/* SwiftUI */
Color(red: 0.498, green: 0.898, blue: 0.318)
/* Android */
Color.parseColor("#7fe551")Accessibility — WCAG contrast
Aa
#7fe551 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fe551 on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green89.8%
Blue31.8%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow64.6%
Key (black)10.2%
Color previews
#7fe551 text on a black background
contrast 13.23:1
Card sample
#7fe551 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fe551;
Background color
Panel with #7fe551 background
background-color: #7fe551;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fe551;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 229, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 229, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fe551; background: linear-gradient(135deg, #7fe551, #51E586);