#7fe397
a light, vivid green · cool · closest name: aquamarine
RGB
127, 227, 151
HSL
134°, 64%, 69%
CMYK
44, 0, 34, 11
Luminance
0.6168
Every format
| HEX | #7fe397 |
| RGB | rgb(127, 227, 151) |
| HSL | hsl(134, 64%, 69%) |
| CMYK | cmyk(44%, 0%, 34%, 11%) |
| LAB | lab(82.7 -45.4 28.2) |
| LCH | lch(82.7 53.4 148.1) |
| OKLCH | oklch(0.835 0.142 150.1) |
Copy-ready code
/* CSS */
color: #7fe397;
background-color: #7fe397;
/* Tailwind (arbitrary) */
class="text-[#7fe397] bg-[#7fe397]"
/* SCSS */
$brand: #7fe397;
/* SwiftUI */
Color(red: 0.498, green: 0.890, blue: 0.592)
/* Android */
Color.parseColor("#7fe397")Accessibility — WCAG contrast
Aa
#7fe397 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fe397 on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green89.0%
Blue59.2%
CMYK percentages
Cyan44.1%
Magenta0.0%
Yellow33.5%
Key (black)11.0%
Color previews
#7fe397 text on a black background
contrast 13.34:1
Card sample
#7fe397 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fe397;
Background color
Panel with #7fe397 background
background-color: #7fe397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fe397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 227, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 227, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fe397; background: linear-gradient(135deg, #7fe397, #7FE3DA);