#7af56f
a light, electric green · cool · closest name: forestgreen
RGB
122, 245, 111
HSL
115°, 87%, 70%
CMYK
50, 0, 55, 4
Luminance
0.7059
Every format
| HEX | #7af56f |
| RGB | rgb(122, 245, 111) |
| HSL | hsl(115, 87%, 70%) |
| CMYK | cmyk(50%, 0%, 55%, 4%) |
| LAB | lab(87.3 -59.7 53.4) |
| LCH | lch(87.3 80.1 138.2) |
| OKLCH | oklch(0.870 0.206 142.1) |
Copy-ready code
/* CSS */
color: #7af56f;
background-color: #7af56f;
/* Tailwind (arbitrary) */
class="text-[#7af56f] bg-[#7af56f]"
/* SCSS */
$brand: #7af56f;
/* SwiftUI */
Color(red: 0.478, green: 0.961, blue: 0.435)
/* Android */
Color.parseColor("#7af56f")Accessibility — WCAG contrast
Aa
#7af56f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af56f on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green96.1%
Blue43.5%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow54.7%
Key (black)3.9%
Color previews
#7af56f text on a black background
contrast 15.12:1
Card sample
#7af56f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af56f;
Background color
Panel with #7af56f background
background-color: #7af56f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af56f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 245, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 245, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af56f; background: linear-gradient(135deg, #7af56f, #6FF5BD);