#7eeebf
a light, electric green · cool · closest name: aquamarine
RGB
126, 238, 191
HSL
155°, 77%, 71%
CMYK
47, 0, 20, 7
Luminance
0.6935
Every format
| HEX | #7eeebf |
| RGB | rgb(126, 238, 191) |
| HSL | hsl(155, 77%, 71%) |
| CMYK | cmyk(47%, 0%, 20%, 7%) |
| LAB | lab(86.7 -42.8 13.0) |
| LCH | lch(86.7 44.7 163.1) |
| OKLCH | oklch(0.870 0.124 164.4) |
Copy-ready code
/* CSS */
color: #7eeebf;
background-color: #7eeebf;
/* Tailwind (arbitrary) */
class="text-[#7eeebf] bg-[#7eeebf]"
/* SCSS */
$brand: #7eeebf;
/* SwiftUI */
Color(red: 0.494, green: 0.933, blue: 0.749)
/* Android */
Color.parseColor("#7eeebf")Accessibility — WCAG contrast
Aa
#7eeebf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eeebf on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green93.3%
Blue74.9%
CMYK percentages
Cyan47.1%
Magenta0.0%
Yellow19.7%
Key (black)6.7%
Color previews
#7eeebf text on a black background
contrast 14.87:1
Card sample
#7eeebf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eeebf;
Background color
Panel with #7eeebf background
background-color: #7eeebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eeebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 238, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 238, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eeebf; background: linear-gradient(135deg, #7eeebf, #7ED2EE);