#7fe68e
a light, vivid green · cool · closest name: aquamarine
RGB
127, 230, 142
HSL
129°, 67%, 70%
CMYK
45, 0, 38, 10
Luminance
0.6306
Every format
| HEX | #7fe68e |
| RGB | rgb(127, 230, 142) |
| HSL | hsl(129, 67%, 70%) |
| CMYK | cmyk(45%, 0%, 38%, 10%) |
| LAB | lab(83.5 -48.1 33.8) |
| LCH | lch(83.5 58.8 144.9) |
| OKLCH | oklch(0.841 0.155 147.3) |
Copy-ready code
/* CSS */
color: #7fe68e;
background-color: #7fe68e;
/* Tailwind (arbitrary) */
class="text-[#7fe68e] bg-[#7fe68e]"
/* SCSS */
$brand: #7fe68e;
/* SwiftUI */
Color(red: 0.498, green: 0.902, blue: 0.557)
/* Android */
Color.parseColor("#7fe68e")Accessibility — WCAG contrast
Aa
#7fe68e on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fe68e on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green90.2%
Blue55.7%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow38.3%
Key (black)9.8%
Color previews
#7fe68e text on a black background
contrast 13.61:1
Card sample
#7fe68e text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fe68e;
Background color
Panel with #7fe68e background
background-color: #7fe68e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fe68e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 230, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 230, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fe68e; background: linear-gradient(135deg, #7fe68e, #7FE6D3);