#7cf883
a light, electric green · cool · closest name: aquamarine
RGB
124, 248, 131
HSL
123°, 90%, 73%
CMYK
50, 0, 47, 3
Luminance
0.7306
Every format
| HEX | #7cf883 |
| RGB | rgb(124, 248, 131) |
| HSL | hsl(123, 90%, 73%) |
| CMYK | cmyk(50%, 0%, 47%, 3%) |
| LAB | lab(88.5 -57.8 45.6) |
| LCH | lch(88.5 73.6 141.7) |
| OKLCH | oklch(0.881 0.192 144.8) |
Copy-ready code
/* CSS */
color: #7cf883;
background-color: #7cf883;
/* Tailwind (arbitrary) */
class="text-[#7cf883] bg-[#7cf883]"
/* SCSS */
$brand: #7cf883;
/* SwiftUI */
Color(red: 0.486, green: 0.973, blue: 0.514)
/* Android */
Color.parseColor("#7cf883")Accessibility — WCAG contrast
Aa
#7cf883 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf883 on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green97.3%
Blue51.4%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow47.2%
Key (black)2.7%
Color previews
#7cf883 text on a black background
contrast 15.61:1
Card sample
#7cf883 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf883;
Background color
Panel with #7cf883 background
background-color: #7cf883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 248, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 248, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf883; background: linear-gradient(135deg, #7cf883, #7CF8D6);