#7eedb2
a light, electric green · cool · closest name: aquamarine
RGB
126, 237, 178
HSL
148°, 76%, 71%
CMYK
47, 0, 25, 7
Luminance
0.6822
Every format
| HEX | #7eedb2 |
| RGB | rgb(126, 237, 178) |
| HSL | hsl(148, 76%, 71%) |
| CMYK | cmyk(47%, 0%, 25%, 7%) |
| LAB | lab(86.1 -45.0 18.9) |
| LCH | lch(86.1 48.8 157.2) |
| OKLCH | oklch(0.864 0.133 158.7) |
Copy-ready code
/* CSS */
color: #7eedb2;
background-color: #7eedb2;
/* Tailwind (arbitrary) */
class="text-[#7eedb2] bg-[#7eedb2]"
/* SCSS */
$brand: #7eedb2;
/* SwiftUI */
Color(red: 0.494, green: 0.929, blue: 0.698)
/* Android */
Color.parseColor("#7eedb2")Accessibility — WCAG contrast
Aa
#7eedb2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eedb2 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green92.9%
Blue69.8%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow24.9%
Key (black)7.1%
Color previews
#7eedb2 text on a black background
contrast 14.64:1
Card sample
#7eedb2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eedb2;
Background color
Panel with #7eedb2 background
background-color: #7eedb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eedb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 237, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 237, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eedb2; background: linear-gradient(135deg, #7eedb2, #7EDEED);