#7ffdaf
a light, electric green · cool · closest name: aquamarine
RGB
127, 253, 175
HSL
143°, 97%, 75%
CMYK
50, 0, 31, 1
Luminance
0.7786
Every format
| HEX | #7ffdaf |
| RGB | rgb(127, 253, 175) |
| HSL | hsl(143, 97%, 75%) |
| CMYK | cmyk(50%, 0%, 31%, 1%) |
| LAB | lab(90.7 -52.0 26.8) |
| LCH | lch(90.7 58.5 152.8) |
| OKLCH | oklch(0.902 0.157 154.5) |
Copy-ready code
/* CSS */
color: #7ffdaf;
background-color: #7ffdaf;
/* Tailwind (arbitrary) */
class="text-[#7ffdaf] bg-[#7ffdaf]"
/* SCSS */
$brand: #7ffdaf;
/* SwiftUI */
Color(red: 0.498, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#7ffdaf")Accessibility — WCAG contrast
Aa
#7ffdaf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffdaf on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green99.2%
Blue68.6%
CMYK percentages
Cyan49.8%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#7ffdaf text on a black background
contrast 16.57:1
Card sample
#7ffdaf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffdaf;
Background color
Panel with #7ffdaf background
background-color: #7ffdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffdaf; background: linear-gradient(135deg, #7ffdaf, #7FF7FD);