#7af67f
a light, electric green · cool · closest name: forestgreen
RGB
122, 246, 127
HSL
122°, 87%, 72%
CMYK
50, 0, 48, 4
Luminance
0.7158
Every format
| HEX | #7af67f |
| RGB | rgb(122, 246, 127) |
| HSL | hsl(122, 87%, 72%) |
| CMYK | cmyk(50%, 0%, 48%, 4%) |
| LAB | lab(87.8 -58.1 46.6) |
| LCH | lch(87.8 74.5 141.3) |
| OKLCH | oklch(0.875 0.194 144.5) |
Copy-ready code
/* CSS */
color: #7af67f;
background-color: #7af67f;
/* Tailwind (arbitrary) */
class="text-[#7af67f] bg-[#7af67f]"
/* SCSS */
$brand: #7af67f;
/* SwiftUI */
Color(red: 0.478, green: 0.965, blue: 0.498)
/* Android */
Color.parseColor("#7af67f")Accessibility — WCAG contrast
Aa
#7af67f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af67f on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green96.5%
Blue49.8%
CMYK percentages
Cyan50.4%
Magenta0.0%
Yellow48.4%
Key (black)3.5%
Color previews
#7af67f text on a black background
contrast 15.32:1
Card sample
#7af67f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af67f;
Background color
Panel with #7af67f background
background-color: #7af67f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af67f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 246, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 246, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af67f; background: linear-gradient(135deg, #7af67f, #7AF6D2);