#72fa80
a light, electric green · cool · closest name: forestgreen
RGB
114, 250, 128
HSL
126°, 93%, 71%
CMYK
54, 0, 49, 2
Luminance
0.7351
Every format
| HEX | #72fa80 |
| RGB | rgb(114, 250, 128) |
| HSL | hsl(126, 93%, 71%) |
| CMYK | cmyk(54%, 0%, 49%, 2%) |
| LAB | lab(88.7 -61.5 47.2) |
| LCH | lch(88.7 77.5 142.5) |
| OKLCH | oklch(0.882 0.202 145.6) |
Copy-ready code
/* CSS */
color: #72fa80;
background-color: #72fa80;
/* Tailwind (arbitrary) */
class="text-[#72fa80] bg-[#72fa80]"
/* SCSS */
$brand: #72fa80;
/* SwiftUI */
Color(red: 0.447, green: 0.980, blue: 0.502)
/* Android */
Color.parseColor("#72fa80")Accessibility — WCAG contrast
Aa
#72fa80 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72fa80 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green98.0%
Blue50.2%
CMYK percentages
Cyan54.4%
Magenta0.0%
Yellow48.8%
Key (black)2.0%
Color previews
#72fa80 text on a black background
contrast 15.70:1
Card sample
#72fa80 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72fa80;
Background color
Panel with #72fa80 background
background-color: #72fa80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72fa80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 250, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 250, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72fa80; background: linear-gradient(135deg, #72fa80, #72FADB);