#7cf082
a light, electric green · cool · closest name: aquamarine
RGB
124, 240, 130
HSL
123°, 80%, 71%
CMYK
48, 0, 46, 6
Luminance
0.6822
Every format
| HEX | #7cf082 |
| RGB | rgb(124, 240, 130) |
| HSL | hsl(123, 80%, 71%) |
| CMYK | cmyk(48%, 0%, 46%, 6%) |
| LAB | lab(86.1 -54.8 43.1) |
| LCH | lch(86.1 69.7 141.8) |
| OKLCH | oklch(0.862 0.182 144.8) |
Copy-ready code
/* CSS */
color: #7cf082;
background-color: #7cf082;
/* Tailwind (arbitrary) */
class="text-[#7cf082] bg-[#7cf082]"
/* SCSS */
$brand: #7cf082;
/* SwiftUI */
Color(red: 0.486, green: 0.941, blue: 0.510)
/* Android */
Color.parseColor("#7cf082")Accessibility — WCAG contrast
Aa
#7cf082 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf082 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green94.1%
Blue51.0%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow45.8%
Key (black)5.9%
Color previews
#7cf082 text on a black background
contrast 14.64:1
Card sample
#7cf082 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf082;
Background color
Panel with #7cf082 background
background-color: #7cf082;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf082;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 240, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 240, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf082; background: linear-gradient(135deg, #7cf082, #7CF0CF);