#7fefc2
a light, electric green · cool · closest name: aquamarine
RGB
127, 239, 194
HSL
156°, 78%, 72%
CMYK
47, 0, 19, 6
Luminance
0.7014
Every format
| HEX | #7fefc2 |
| RGB | rgb(127, 239, 194) |
| HSL | hsl(156, 78%, 72%) |
| CMYK | cmyk(47%, 0%, 19%, 6%) |
| LAB | lab(87.1 -42.4 12.0) |
| LCH | lch(87.1 44.0 164.2) |
| OKLCH | oklch(0.873 0.122 165.4) |
Copy-ready code
/* CSS */
color: #7fefc2;
background-color: #7fefc2;
/* Tailwind (arbitrary) */
class="text-[#7fefc2] bg-[#7fefc2]"
/* SCSS */
$brand: #7fefc2;
/* SwiftUI */
Color(red: 0.498, green: 0.937, blue: 0.761)
/* Android */
Color.parseColor("#7fefc2")Accessibility — WCAG contrast
Aa
#7fefc2 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fefc2 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green93.7%
Blue76.1%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow18.8%
Key (black)6.3%
Color previews
#7fefc2 text on a black background
contrast 15.03:1
Card sample
#7fefc2 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fefc2;
Background color
Panel with #7fefc2 background
background-color: #7fefc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fefc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 239, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 239, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fefc2; background: linear-gradient(135deg, #7fefc2, #7FD1EF);