#7fffbf
a light, electric green · cool · closest name: aquamarine
RGB
127, 255, 191
HSL
150°, 100%, 75%
CMYK
50, 0, 25, 0
Luminance
0.7979
Every format
| HEX | #7fffbf |
| RGB | rgb(127, 255, 191) |
| HSL | hsl(150, 100%, 75%) |
| CMYK | cmyk(50%, 0%, 25%, 0%) |
| LAB | lab(91.6 -49.9 19.9) |
| LCH | lch(91.6 53.7 158.3) |
| OKLCH | oklch(0.910 0.146 159.7) |
Copy-ready code
/* CSS */
color: #7fffbf;
background-color: #7fffbf;
/* Tailwind (arbitrary) */
class="text-[#7fffbf] bg-[#7fffbf]"
/* SCSS */
$brand: #7fffbf;
/* SwiftUI */
Color(red: 0.498, green: 1.000, blue: 0.749)
/* Android */
Color.parseColor("#7fffbf")Accessibility — WCAG contrast
Aa
#7fffbf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fffbf on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green100.0%
Blue74.9%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow25.1%
Key (black)0.0%
Color previews
#7fffbf text on a black background
contrast 16.96:1
Card sample
#7fffbf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fffbf;
Background color
Panel with #7fffbf background
background-color: #7fffbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fffbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 255, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 255, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fffbf; background: linear-gradient(135deg, #7fffbf, #7FEAFF);