#7eeba2
a light, vivid green · cool · closest name: aquamarine
RGB
126, 235, 162
HSL
140°, 73%, 71%
CMYK
46, 0, 31, 8
Luminance
0.6646
Every format
| HEX | #7eeba2 |
| RGB | rgb(126, 235, 162) |
| HSL | hsl(140, 73%, 71%) |
| CMYK | cmyk(46%, 0%, 31%, 8%) |
| LAB | lab(85.2 -47.1 26.0) |
| LCH | lch(85.2 53.8 151.1) |
| OKLCH | oklch(0.856 0.144 153.0) |
Copy-ready code
/* CSS */
color: #7eeba2;
background-color: #7eeba2;
/* Tailwind (arbitrary) */
class="text-[#7eeba2] bg-[#7eeba2]"
/* SCSS */
$brand: #7eeba2;
/* SwiftUI */
Color(red: 0.494, green: 0.922, blue: 0.635)
/* Android */
Color.parseColor("#7eeba2")Accessibility — WCAG contrast
Aa
#7eeba2 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eeba2 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green92.2%
Blue63.5%
CMYK percentages
Cyan46.4%
Magenta0.0%
Yellow31.1%
Key (black)7.8%
Color previews
#7eeba2 text on a black background
contrast 14.29:1
Card sample
#7eeba2 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eeba2;
Background color
Panel with #7eeba2 background
background-color: #7eeba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eeba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 235, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 235, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eeba2; background: linear-gradient(135deg, #7eeba2, #7EEBEB);