#79f0af
a light, electric green · cool · closest name: aquamarine
RGB
121, 240, 175
HSL
147°, 80%, 71%
CMYK
50, 0, 27, 6
Luminance
0.6948
Every format
| HEX | #79f0af |
| RGB | rgb(121, 240, 175) |
| HSL | hsl(147, 80%, 71%) |
| CMYK | cmyk(50%, 0%, 27%, 6%) |
| LAB | lab(86.7 -48.1 21.3) |
| LCH | lch(86.7 52.6 156.1) |
| OKLCH | oklch(0.869 0.142 157.6) |
Copy-ready code
/* CSS */
color: #79f0af;
background-color: #79f0af;
/* Tailwind (arbitrary) */
class="text-[#79f0af] bg-[#79f0af]"
/* SCSS */
$brand: #79f0af;
/* SwiftUI */
Color(red: 0.475, green: 0.941, blue: 0.686)
/* Android */
Color.parseColor("#79f0af")Accessibility — WCAG contrast
Aa
#79f0af on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79f0af on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green94.1%
Blue68.6%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow27.1%
Key (black)5.9%
Color previews
#79f0af text on a black background
contrast 14.90:1
Card sample
#79f0af text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79f0af;
Background color
Panel with #79f0af background
background-color: #79f0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79f0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 240, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 240, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79f0af; background: linear-gradient(135deg, #79f0af, #79E2F0);