#7cf283
a light, electric green · cool · closest name: aquamarine
RGB
124, 242, 131
HSL
124°, 82%, 72%
CMYK
49, 0, 46, 5
Luminance
0.6943
Every format
| HEX | #7cf283 |
| RGB | rgb(124, 242, 131) |
| HSL | hsl(124, 82%, 72%) |
| CMYK | cmyk(49%, 0%, 46%, 5%) |
| LAB | lab(86.7 -55.5 43.4) |
| LCH | lch(86.7 70.4 142.0) |
| OKLCH | oklch(0.867 0.184 144.9) |
Copy-ready code
/* CSS */
color: #7cf283;
background-color: #7cf283;
/* Tailwind (arbitrary) */
class="text-[#7cf283] bg-[#7cf283]"
/* SCSS */
$brand: #7cf283;
/* SwiftUI */
Color(red: 0.486, green: 0.949, blue: 0.514)
/* Android */
Color.parseColor("#7cf283")Accessibility — WCAG contrast
Aa
#7cf283 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf283 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green94.9%
Blue51.4%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow45.9%
Key (black)5.1%
Color previews
#7cf283 text on a black background
contrast 14.89:1
Card sample
#7cf283 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf283;
Background color
Panel with #7cf283 background
background-color: #7cf283;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf283;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 242, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 242, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf283; background: linear-gradient(135deg, #7cf283, #7CF2D2);