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