#7ffdbf
a light, electric green · cool · closest name: aquamarine
RGB
127, 253, 191
HSL
151°, 97%, 75%
CMYK
50, 0, 25, 1
Luminance
0.7852
Every format
| HEX | #7ffdbf |
| RGB | rgb(127, 253, 191) |
| HSL | hsl(151, 97%, 75%) |
| CMYK | cmyk(50%, 0%, 25%, 1%) |
| LAB | lab(91.0 -49.0 19.1) |
| LCH | lch(91.0 52.6 158.7) |
| OKLCH | oklch(0.905 0.143 160.1) |
Copy-ready code
/* CSS */
color: #7ffdbf;
background-color: #7ffdbf;
/* Tailwind (arbitrary) */
class="text-[#7ffdbf] bg-[#7ffdbf]"
/* SCSS */
$brand: #7ffdbf;
/* SwiftUI */
Color(red: 0.498, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#7ffdbf")Accessibility — WCAG contrast
Aa
#7ffdbf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffdbf on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green99.2%
Blue74.9%
CMYK percentages
Cyan49.8%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#7ffdbf text on a black background
contrast 16.70:1
Card sample
#7ffdbf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffdbf;
Background color
Panel with #7ffdbf background
background-color: #7ffdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffdbf; background: linear-gradient(135deg, #7ffdbf, #7FE7FD);