#7fd97f
a light, vivid green · cool · closest name: aquamarine
RGB
127, 217, 127
HSL
120°, 54%, 68%
CMYK
42, 0, 42, 15
Luminance
0.5567
Every format
| HEX | #7fd97f |
| RGB | rgb(127, 217, 127) |
| HSL | hsl(120, 54%, 68%) |
| CMYK | cmyk(42%, 0%, 42%, 15%) |
| LAB | lab(79.4 -44.9 36.1) |
| LCH | lch(79.4 57.6 141.2) |
| OKLCH | oklch(0.807 0.151 144.0) |
Copy-ready code
/* CSS */
color: #7fd97f;
background-color: #7fd97f;
/* Tailwind (arbitrary) */
class="text-[#7fd97f] bg-[#7fd97f]"
/* SCSS */
$brand: #7fd97f;
/* SwiftUI */
Color(red: 0.498, green: 0.851, blue: 0.498)
/* Android */
Color.parseColor("#7fd97f")Accessibility — WCAG contrast
Aa
#7fd97f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd97f on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.1%
Blue49.8%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow41.5%
Key (black)14.9%
Color previews
#7fd97f text on a black background
contrast 12.13:1
Card sample
#7fd97f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd97f;
Background color
Panel with #7fd97f background
background-color: #7fd97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 217, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 217, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd97f; background: linear-gradient(135deg, #7fd97f, #7FD9BB);