#7af293
a light, electric green · cool · closest name: aquamarine
RGB
122, 242, 147
HSL
133°, 82%, 71%
CMYK
50, 0, 39, 5
Luminance
0.6975
Every format
| HEX | #7af293 |
| RGB | rgb(122, 242, 147) |
| HSL | hsl(133, 82%, 71%) |
| CMYK | cmyk(50%, 0%, 39%, 5%) |
| LAB | lab(86.9 -53.6 35.7) |
| LCH | lch(86.9 64.4 146.3) |
| OKLCH | oklch(0.868 0.170 148.7) |
Copy-ready code
/* CSS */
color: #7af293;
background-color: #7af293;
/* Tailwind (arbitrary) */
class="text-[#7af293] bg-[#7af293]"
/* SCSS */
$brand: #7af293;
/* SwiftUI */
Color(red: 0.478, green: 0.949, blue: 0.576)
/* Android */
Color.parseColor("#7af293")Accessibility — WCAG contrast
Aa
#7af293 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af293 on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green94.9%
Blue57.6%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow39.3%
Key (black)5.1%
Color previews
#7af293 text on a black background
contrast 14.95:1
Card sample
#7af293 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af293;
Background color
Panel with #7af293 background
background-color: #7af293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 242, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 242, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af293; background: linear-gradient(135deg, #7af293, #7AF2E3);