#7ee0af
a light, vivid green · cool · closest name: aquamarine
RGB
126, 224, 175
HSL
150°, 61%, 69%
CMYK
44, 0, 22, 12
Luminance
0.6084
Every format
| HEX | #7ee0af |
| RGB | rgb(126, 224, 175) |
| HSL | hsl(150, 61%, 69%) |
| CMYK | cmyk(44%, 0%, 22%, 12%) |
| LAB | lab(82.3 -39.9 15.1) |
| LCH | lch(82.3 42.6 159.2) |
| OKLCH | oklch(0.833 0.117 160.6) |
Copy-ready code
/* CSS */
color: #7ee0af;
background-color: #7ee0af;
/* Tailwind (arbitrary) */
class="text-[#7ee0af] bg-[#7ee0af]"
/* SCSS */
$brand: #7ee0af;
/* SwiftUI */
Color(red: 0.494, green: 0.878, blue: 0.686)
/* Android */
Color.parseColor("#7ee0af")Accessibility — WCAG contrast
Aa
#7ee0af on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ee0af on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green87.8%
Blue68.6%
CMYK percentages
Cyan43.7%
Magenta0.0%
Yellow21.9%
Key (black)12.2%
Color previews
#7ee0af text on a black background
contrast 13.17:1
Card sample
#7ee0af text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ee0af;
Background color
Panel with #7ee0af background
background-color: #7ee0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ee0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 224, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 224, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ee0af; background: linear-gradient(135deg, #7ee0af, #7ED0E0);