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