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