#7feba4
a light, vivid green · cool · closest name: aquamarine
RGB
127, 235, 164
HSL
141°, 73%, 71%
CMYK
46, 0, 30, 8
Luminance
0.6661
Every format
| HEX | #7feba4 |
| RGB | rgb(127, 235, 164) |
| HSL | hsl(141, 73%, 71%) |
| CMYK | cmyk(46%, 0%, 30%, 8%) |
| LAB | lab(85.3 -46.5 25.0) |
| LCH | lch(85.3 52.8 151.7) |
| OKLCH | oklch(0.857 0.142 153.5) |
Copy-ready code
/* CSS */
color: #7feba4;
background-color: #7feba4;
/* Tailwind (arbitrary) */
class="text-[#7feba4] bg-[#7feba4]"
/* SCSS */
$brand: #7feba4;
/* SwiftUI */
Color(red: 0.498, green: 0.922, blue: 0.643)
/* Android */
Color.parseColor("#7feba4")Accessibility — WCAG contrast
Aa
#7feba4 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7feba4 on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green92.2%
Blue64.3%
CMYK percentages
Cyan46.0%
Magenta0.0%
Yellow30.2%
Key (black)7.8%
Color previews
#7feba4 text on a black background
contrast 14.32:1
Card sample
#7feba4 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7feba4;
Background color
Panel with #7feba4 background
background-color: #7feba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7feba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 235, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 235, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7feba4; background: linear-gradient(135deg, #7feba4, #7FEAEB);