#7cf892
a light, electric green · cool · closest name: aquamarine
RGB
124, 248, 146
HSL
131°, 90%, 73%
CMYK
50, 0, 41, 3
Luminance
0.7350
Every format
| HEX | #7cf892 |
| RGB | rgb(124, 248, 146) |
| HSL | hsl(131, 90%, 73%) |
| CMYK | cmyk(50%, 0%, 41%, 3%) |
| LAB | lab(88.7 -55.6 38.6) |
| LCH | lch(88.7 67.7 145.3) |
| OKLCH | oklch(0.883 0.178 147.7) |
Copy-ready code
/* CSS */
color: #7cf892;
background-color: #7cf892;
/* Tailwind (arbitrary) */
class="text-[#7cf892] bg-[#7cf892]"
/* SCSS */
$brand: #7cf892;
/* SwiftUI */
Color(red: 0.486, green: 0.973, blue: 0.573)
/* Android */
Color.parseColor("#7cf892")Accessibility — WCAG contrast
Aa
#7cf892 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf892 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green97.3%
Blue57.3%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow41.1%
Key (black)2.7%
Color previews
#7cf892 text on a black background
contrast 15.70:1
Card sample
#7cf892 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf892;
Background color
Panel with #7cf892 background
background-color: #7cf892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 248, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 248, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf892; background: linear-gradient(135deg, #7cf892, #7CF8E5);