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