#7fff91
a light, electric green · cool · closest name: aquamarine
RGB
127, 255, 145
HSL
128°, 100%, 75%
CMYK
50, 0, 43, 0
Luminance
0.7808
Every format
| HEX | #7fff91 |
| RGB | rgb(127, 255, 145) |
| HSL | hsl(128, 100%, 75%) |
| CMYK | cmyk(50%, 0%, 43%, 0%) |
| LAB | lab(90.8 -57.8 41.8) |
| LCH | lch(90.8 71.3 144.1) |
| OKLCH | oklch(0.901 0.188 146.8) |
Copy-ready code
/* CSS */
color: #7fff91;
background-color: #7fff91;
/* Tailwind (arbitrary) */
class="text-[#7fff91] bg-[#7fff91]"
/* SCSS */
$brand: #7fff91;
/* SwiftUI */
Color(red: 0.498, green: 1.000, blue: 0.569)
/* Android */
Color.parseColor("#7fff91")Accessibility — WCAG contrast
Aa
#7fff91 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fff91 on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green100.0%
Blue56.9%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow43.1%
Key (black)0.0%
Color previews
#7fff91 text on a black background
contrast 16.62:1
Card sample
#7fff91 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fff91;
Background color
Panel with #7fff91 background
background-color: #7fff91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fff91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 255, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 255, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fff91; background: linear-gradient(135deg, #7fff91, #7FFFE6);