#7df28d
a light, electric green · cool · closest name: aquamarine
RGB
125, 242, 141
HSL
128°, 82%, 72%
CMYK
48, 0, 42, 5
Luminance
0.6979
Every format
| HEX | #7df28d |
| RGB | rgb(125, 242, 141) |
| HSL | hsl(128, 82%, 72%) |
| CMYK | cmyk(48%, 0%, 42%, 5%) |
| LAB | lab(86.9 -53.8 38.7) |
| LCH | lch(86.9 66.3 144.2) |
| OKLCH | oklch(0.869 0.174 146.8) |
Copy-ready code
/* CSS */
color: #7df28d;
background-color: #7df28d;
/* Tailwind (arbitrary) */
class="text-[#7df28d] bg-[#7df28d]"
/* SCSS */
$brand: #7df28d;
/* SwiftUI */
Color(red: 0.490, green: 0.949, blue: 0.553)
/* Android */
Color.parseColor("#7df28d")Accessibility — WCAG contrast
Aa
#7df28d on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df28d on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green94.9%
Blue55.3%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow41.7%
Key (black)5.1%
Color previews
#7df28d text on a black background
contrast 14.96:1
Card sample
#7df28d text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df28d;
Background color
Panel with #7df28d background
background-color: #7df28d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df28d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 242, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 242, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df28d; background: linear-gradient(135deg, #7df28d, #7DF2DB);