#7cf89c
a light, electric green · cool · closest name: aquamarine
RGB
124, 248, 156
HSL
136°, 90%, 73%
CMYK
50, 0, 37, 3
Luminance
0.7382
Every format
| HEX | #7cf89c |
| RGB | rgb(124, 248, 156) |
| HSL | hsl(136, 90%, 73%) |
| CMYK | cmyk(50%, 0%, 37%, 3%) |
| LAB | lab(88.8 -54.0 33.8) |
| LCH | lch(88.8 63.8 148.0) |
| OKLCH | oklch(0.885 0.169 150.1) |
Copy-ready code
/* CSS */
color: #7cf89c;
background-color: #7cf89c;
/* Tailwind (arbitrary) */
class="text-[#7cf89c] bg-[#7cf89c]"
/* SCSS */
$brand: #7cf89c;
/* SwiftUI */
Color(red: 0.486, green: 0.973, blue: 0.612)
/* Android */
Color.parseColor("#7cf89c")Accessibility — WCAG contrast
Aa
#7cf89c on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf89c on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green97.3%
Blue61.2%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow37.1%
Key (black)2.7%
Color previews
#7cf89c text on a black background
contrast 15.76:1
Card sample
#7cf89c text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf89c;
Background color
Panel with #7cf89c background
background-color: #7cf89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 248, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 248, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf89c; background: linear-gradient(135deg, #7cf89c, #7CF8EF);