#7eeaba
a light, vivid green · cool · closest name: aquamarine
RGB
126, 234, 186
HSL
153°, 72%, 71%
CMYK
46, 0, 21, 8
Luminance
0.6683
Every format
| HEX | #7eeaba |
| RGB | rgb(126, 234, 186) |
| HSL | hsl(153, 72%, 71%) |
| CMYK | cmyk(46%, 0%, 21%, 8%) |
| LAB | lab(85.4 -42.1 13.8) |
| LCH | lch(85.4 44.3 161.9) |
| OKLCH | oklch(0.859 0.122 163.2) |
Copy-ready code
/* CSS */
color: #7eeaba;
background-color: #7eeaba;
/* Tailwind (arbitrary) */
class="text-[#7eeaba] bg-[#7eeaba]"
/* SCSS */
$brand: #7eeaba;
/* SwiftUI */
Color(red: 0.494, green: 0.918, blue: 0.729)
/* Android */
Color.parseColor("#7eeaba")Accessibility — WCAG contrast
Aa
#7eeaba on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eeaba on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green91.8%
Blue72.9%
CMYK percentages
Cyan46.2%
Magenta0.0%
Yellow20.5%
Key (black)8.2%
Color previews
#7eeaba text on a black background
contrast 14.37:1
Card sample
#7eeaba text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eeaba;
Background color
Panel with #7eeaba background
background-color: #7eeaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eeaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 234, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 234, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eeaba; background: linear-gradient(135deg, #7eeaba, #7ED2EA);