#7ef8bb
a light, electric green · cool · closest name: aquamarine
RGB
126, 248, 187
HSL
150°, 90%, 73%
CMYK
49, 0, 25, 3
Luminance
0.7516
Every format
| HEX | #7ef8bb |
| RGB | rgb(126, 248, 187) |
| HSL | hsl(150, 90%, 73%) |
| CMYK | cmyk(49%, 0%, 25%, 3%) |
| LAB | lab(89.5 -47.9 18.9) |
| LCH | lch(89.5 51.5 158.4) |
| OKLCH | oklch(0.892 0.141 159.8) |
Copy-ready code
/* CSS */
color: #7ef8bb;
background-color: #7ef8bb;
/* Tailwind (arbitrary) */
class="text-[#7ef8bb] bg-[#7ef8bb]"
/* SCSS */
$brand: #7ef8bb;
/* SwiftUI */
Color(red: 0.494, green: 0.973, blue: 0.733)
/* Android */
Color.parseColor("#7ef8bb")Accessibility — WCAG contrast
Aa
#7ef8bb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ef8bb on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green97.3%
Blue73.3%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow24.6%
Key (black)2.7%
Color previews
#7ef8bb text on a black background
contrast 16.03:1
Card sample
#7ef8bb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ef8bb;
Background color
Panel with #7ef8bb background
background-color: #7ef8bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ef8bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 248, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 248, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ef8bb; background: linear-gradient(135deg, #7ef8bb, #7EE4F8);