#7cf397
a light, electric green · cool · closest name: aquamarine
RGB
124, 243, 151
HSL
134°, 83%, 72%
CMYK
49, 0, 38, 5
Luminance
0.7062
Every format
| HEX | #7cf397 |
| RGB | rgb(124, 243, 151) |
| HSL | hsl(134, 83%, 72%) |
| CMYK | cmyk(49%, 0%, 38%, 5%) |
| LAB | lab(87.3 -52.8 34.3) |
| LCH | lch(87.3 63.0 147.0) |
| OKLCH | oklch(0.872 0.167 149.3) |
Copy-ready code
/* CSS */
color: #7cf397;
background-color: #7cf397;
/* Tailwind (arbitrary) */
class="text-[#7cf397] bg-[#7cf397]"
/* SCSS */
$brand: #7cf397;
/* SwiftUI */
Color(red: 0.486, green: 0.953, blue: 0.592)
/* Android */
Color.parseColor("#7cf397")Accessibility — WCAG contrast
Aa
#7cf397 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf397 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green95.3%
Blue59.2%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow37.9%
Key (black)4.7%
Color previews
#7cf397 text on a black background
contrast 15.12:1
Card sample
#7cf397 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf397;
Background color
Panel with #7cf397 background
background-color: #7cf397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 243, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 243, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf397; background: linear-gradient(135deg, #7cf397, #7CF3E6);