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