#7eeeac
a light, electric green · cool · closest name: aquamarine
RGB
126, 238, 172
HSL
145°, 77%, 71%
CMYK
47, 0, 28, 7
Luminance
0.6856
Every format
| HEX | #7eeeac |
| RGB | rgb(126, 238, 172) |
| HSL | hsl(145, 77%, 71%) |
| CMYK | cmyk(47%, 0%, 28%, 7%) |
| LAB | lab(86.3 -46.6 22.3) |
| LCH | lch(86.3 51.6 154.4) |
| OKLCH | oklch(0.865 0.140 156.1) |
Copy-ready code
/* CSS */
color: #7eeeac;
background-color: #7eeeac;
/* Tailwind (arbitrary) */
class="text-[#7eeeac] bg-[#7eeeac]"
/* SCSS */
$brand: #7eeeac;
/* SwiftUI */
Color(red: 0.494, green: 0.933, blue: 0.675)
/* Android */
Color.parseColor("#7eeeac")Accessibility — WCAG contrast
Aa
#7eeeac on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eeeac on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green93.3%
Blue67.5%
CMYK percentages
Cyan47.1%
Magenta0.0%
Yellow27.7%
Key (black)6.7%
Color previews
#7eeeac text on a black background
contrast 14.71:1
Card sample
#7eeeac text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eeeac;
Background color
Panel with #7eeeac background
background-color: #7eeeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eeeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 238, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 238, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eeeac; background: linear-gradient(135deg, #7eeeac, #7EE5EE);