#7af95c
a light, electric green · cool · closest name: lime
RGB
122, 249, 92
HSL
109°, 93%, 67%
CMYK
51, 0, 63, 2
Luminance
0.7266
Every format
| HEX | #7af95c |
| RGB | rgb(122, 249, 92) |
| HSL | hsl(109, 93%, 67%) |
| CMYK | cmyk(51%, 0%, 63%, 2%) |
| LAB | lab(88.3 -63.2 62.7) |
| LCH | lch(88.3 89.0 135.2) |
| OKLCH | oklch(0.878 0.226 140.0) |
Copy-ready code
/* CSS */
color: #7af95c;
background-color: #7af95c;
/* Tailwind (arbitrary) */
class="text-[#7af95c] bg-[#7af95c]"
/* SCSS */
$brand: #7af95c;
/* SwiftUI */
Color(red: 0.478, green: 0.976, blue: 0.361)
/* Android */
Color.parseColor("#7af95c")Accessibility — WCAG contrast
Aa
#7af95c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af95c on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green97.6%
Blue36.1%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow63.1%
Key (black)2.4%
Color previews
#7af95c text on a black background
contrast 15.53:1
Card sample
#7af95c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af95c;
Background color
Panel with #7af95c background
background-color: #7af95c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af95c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 249, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 249, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af95c; background: linear-gradient(135deg, #7af95c, #5CF9A7);