#7fd47f
a light, vivid green · cool · closest name: aquamarine
RGB
127, 212, 127
HSL
120°, 50%, 67%
CMYK
40, 0, 40, 17
Luminance
0.5313
Every format
| HEX | #7fd47f |
| RGB | rgb(127, 212, 127) |
| HSL | hsl(120, 50%, 67%) |
| CMYK | cmyk(40%, 0%, 40%, 17%) |
| LAB | lab(78.0 -42.8 34.2) |
| LCH | lch(78.0 54.8 141.4) |
| OKLCH | oklch(0.795 0.144 144.1) |
Copy-ready code
/* CSS */
color: #7fd47f;
background-color: #7fd47f;
/* Tailwind (arbitrary) */
class="text-[#7fd47f] bg-[#7fd47f]"
/* SCSS */
$brand: #7fd47f;
/* SwiftUI */
Color(red: 0.498, green: 0.831, blue: 0.498)
/* Android */
Color.parseColor("#7fd47f")Accessibility — WCAG contrast
Aa
#7fd47f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd47f on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green83.1%
Blue49.8%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow40.1%
Key (black)16.9%
Color previews
#7fd47f text on a black background
contrast 11.63:1
Card sample
#7fd47f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd47f;
Background color
Panel with #7fd47f background
background-color: #7fd47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 212, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 212, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd47f; background: linear-gradient(135deg, #7fd47f, #7FD4B8);