#7df48c
a light, electric green · cool · closest name: aquamarine
RGB
125, 244, 140
HSL
128°, 84%, 72%
CMYK
49, 0, 43, 4
Luminance
0.7095
Every format
| HEX | #7df48c |
| RGB | rgb(125, 244, 140) |
| HSL | hsl(128, 84%, 72%) |
| CMYK | cmyk(49%, 0%, 43%, 4%) |
| LAB | lab(87.5 -54.7 40.0) |
| LCH | lch(87.5 67.8 143.9) |
| OKLCH | oklch(0.873 0.178 146.5) |
Copy-ready code
/* CSS */
color: #7df48c;
background-color: #7df48c;
/* Tailwind (arbitrary) */
class="text-[#7df48c] bg-[#7df48c]"
/* SCSS */
$brand: #7df48c;
/* SwiftUI */
Color(red: 0.490, green: 0.957, blue: 0.549)
/* Android */
Color.parseColor("#7df48c")Accessibility — WCAG contrast
Aa
#7df48c on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df48c on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green95.7%
Blue54.9%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow42.6%
Key (black)4.3%
Color previews
#7df48c text on a black background
contrast 15.19:1
Card sample
#7df48c text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df48c;
Background color
Panel with #7df48c background
background-color: #7df48c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df48c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 244, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 244, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df48c; background: linear-gradient(135deg, #7df48c, #7DF4DB);