#7afd72
a light, electric green · cool · closest name: lime
RGB
122, 253, 114
HSL
117°, 97%, 72%
CMYK
52, 0, 55, 1
Luminance
0.7560
Every format
| HEX | #7afd72 |
| RGB | rgb(122, 253, 114) |
| HSL | hsl(117, 97%, 72%) |
| CMYK | cmyk(52%, 0%, 55%, 1%) |
| LAB | lab(89.7 -62.4 54.9) |
| LCH | lch(89.7 83.1 138.7) |
| OKLCH | oklch(0.890 0.214 142.5) |
Copy-ready code
/* CSS */
color: #7afd72;
background-color: #7afd72;
/* Tailwind (arbitrary) */
class="text-[#7afd72] bg-[#7afd72]"
/* SCSS */
$brand: #7afd72;
/* SwiftUI */
Color(red: 0.478, green: 0.992, blue: 0.447)
/* Android */
Color.parseColor("#7afd72")Accessibility — WCAG contrast
Aa
#7afd72 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afd72 on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green99.2%
Blue44.7%
CMYK percentages
Cyan51.8%
Magenta0.0%
Yellow54.9%
Key (black)0.8%
Color previews
#7afd72 text on a black background
contrast 16.12:1
Card sample
#7afd72 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afd72;
Background color
Panel with #7afd72 background
background-color: #7afd72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afd72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 253, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 253, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afd72; background: linear-gradient(135deg, #7afd72, #72FDC7);