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