#7fffad
a light, electric green · cool · closest name: aquamarine
RGB
127, 255, 173
HSL
142°, 100%, 75%
CMYK
50, 0, 32, 0
Luminance
0.7905
Every format
| HEX | #7fffad |
| RGB | rgb(127, 255, 173) |
| HSL | hsl(142, 100%, 75%) |
| CMYK | cmyk(50%, 0%, 32%, 0%) |
| LAB | lab(91.3 -53.2 28.6) |
| LCH | lch(91.3 60.4 151.8) |
| OKLCH | oklch(0.906 0.162 153.6) |
Copy-ready code
/* CSS */
color: #7fffad;
background-color: #7fffad;
/* Tailwind (arbitrary) */
class="text-[#7fffad] bg-[#7fffad]"
/* SCSS */
$brand: #7fffad;
/* SwiftUI */
Color(red: 0.498, green: 1.000, blue: 0.678)
/* Android */
Color.parseColor("#7fffad")Accessibility — WCAG contrast
Aa
#7fffad on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fffad on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green100.0%
Blue67.8%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow32.2%
Key (black)0.0%
Color previews
#7fffad text on a black background
contrast 16.81:1
Card sample
#7fffad text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fffad;
Background color
Panel with #7fffad background
background-color: #7fffad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fffad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 255, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 255, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fffad; background: linear-gradient(135deg, #7fffad, #7FFCFF);