#7ff8af
a light, electric green · cool · closest name: aquamarine
RGB
127, 248, 175
HSL
144°, 90%, 74%
CMYK
49, 0, 29, 3
Luminance
0.7474
Every format
| HEX | #7ff8af |
| RGB | rgb(127, 248, 175) |
| HSL | hsl(144, 90%, 74%) |
| CMYK | cmyk(49%, 0%, 29%, 3%) |
| LAB | lab(89.3 -50.0 24.8) |
| LCH | lch(89.3 55.8 153.6) |
| OKLCH | oklch(0.890 0.150 155.3) |
Copy-ready code
/* CSS */
color: #7ff8af;
background-color: #7ff8af;
/* Tailwind (arbitrary) */
class="text-[#7ff8af] bg-[#7ff8af]"
/* SCSS */
$brand: #7ff8af;
/* SwiftUI */
Color(red: 0.498, green: 0.973, blue: 0.686)
/* Android */
Color.parseColor("#7ff8af")Accessibility — WCAG contrast
Aa
#7ff8af on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ff8af on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green97.3%
Blue68.6%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow29.4%
Key (black)2.7%
Color previews
#7ff8af text on a black background
contrast 15.95:1
Card sample
#7ff8af text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ff8af;
Background color
Panel with #7ff8af background
background-color: #7ff8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ff8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 248, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 248, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ff8af; background: linear-gradient(135deg, #7ff8af, #7FF0F8);