#7feabf
a light, vivid green · cool · closest name: aquamarine
RGB
127, 234, 191
HSL
156°, 72%, 71%
CMYK
46, 0, 18, 8
Luminance
0.6712
Every format
| HEX | #7feabf |
| RGB | rgb(127, 234, 191) |
| HSL | hsl(156, 72%, 71%) |
| CMYK | cmyk(46%, 0%, 18%, 8%) |
| LAB | lab(85.6 -40.8 11.4) |
| LCH | lch(85.6 42.3 164.4) |
| OKLCH | oklch(0.861 0.118 165.6) |
Copy-ready code
/* CSS */
color: #7feabf;
background-color: #7feabf;
/* Tailwind (arbitrary) */
class="text-[#7feabf] bg-[#7feabf]"
/* SCSS */
$brand: #7feabf;
/* SwiftUI */
Color(red: 0.498, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#7feabf")Accessibility — WCAG contrast
Aa
#7feabf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7feabf on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green91.8%
Blue74.9%
CMYK percentages
Cyan45.7%
Magenta0.0%
Yellow18.4%
Key (black)8.2%
Color previews
#7feabf text on a black background
contrast 14.42:1
Card sample
#7feabf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7feabf;
Background color
Panel with #7feabf background
background-color: #7feabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7feabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7feabf; background: linear-gradient(135deg, #7feabf, #7FCEEA);