#7af58f
a light, electric green · cool · closest name: aquamarine
RGB
122, 245, 143
HSL
130°, 86%, 72%
CMYK
50, 0, 42, 4
Luminance
0.7143
Every format
| HEX | #7af58f |
| RGB | rgb(122, 245, 143) |
| HSL | hsl(130, 86%, 72%) |
| CMYK | cmyk(50%, 0%, 42%, 4%) |
| LAB | lab(87.7 -55.4 38.8) |
| LCH | lch(87.7 67.6 145.0) |
| OKLCH | oklch(0.875 0.178 147.6) |
Copy-ready code
/* CSS */
color: #7af58f;
background-color: #7af58f;
/* Tailwind (arbitrary) */
class="text-[#7af58f] bg-[#7af58f]"
/* SCSS */
$brand: #7af58f;
/* SwiftUI */
Color(red: 0.478, green: 0.961, blue: 0.561)
/* Android */
Color.parseColor("#7af58f")Accessibility — WCAG contrast
Aa
#7af58f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af58f on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green96.1%
Blue56.1%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow41.6%
Key (black)3.9%
Color previews
#7af58f text on a black background
contrast 15.29:1
Card sample
#7af58f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af58f;
Background color
Panel with #7af58f background
background-color: #7af58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 245, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 245, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af58f; background: linear-gradient(135deg, #7af58f, #7AF5E1);