#7af36f
a light, electric green · cool · closest name: forestgreen
RGB
122, 243, 111
HSL
115°, 85%, 69%
CMYK
50, 0, 54, 5
Luminance
0.6939
Every format
| HEX | #7af36f |
| RGB | rgb(122, 243, 111) |
| HSL | hsl(115, 85%, 69%) |
| CMYK | cmyk(50%, 0%, 54%, 5%) |
| LAB | lab(86.7 -59.0 52.7) |
| LCH | lch(86.7 79.1 138.2) |
| OKLCH | oklch(0.865 0.204 142.1) |
Copy-ready code
/* CSS */
color: #7af36f;
background-color: #7af36f;
/* Tailwind (arbitrary) */
class="text-[#7af36f] bg-[#7af36f]"
/* SCSS */
$brand: #7af36f;
/* SwiftUI */
Color(red: 0.478, green: 0.953, blue: 0.435)
/* Android */
Color.parseColor("#7af36f")Accessibility — WCAG contrast
Aa
#7af36f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af36f on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green95.3%
Blue43.5%
CMYK percentages
Cyan49.8%
Magenta0.0%
Yellow54.3%
Key (black)4.7%
Color previews
#7af36f text on a black background
contrast 14.88:1
Card sample
#7af36f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af36f;
Background color
Panel with #7af36f background
background-color: #7af36f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af36f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 243, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 243, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af36f; background: linear-gradient(135deg, #7af36f, #6FF3BC);