#4fc921
a balanced, vivid green · cool · closest name: green
RGB
79, 201, 33
HSL
104°, 72%, 46%
CMYK
61, 0, 84, 21
Luminance
0.4355
Every format
| HEX | #4fc921 |
| RGB | rgb(79, 201, 33) |
| HSL | hsl(104, 72%, 46%) |
| CMYK | cmyk(61%, 0%, 84%, 21%) |
| LAB | lab(71.9 -61.3 65.9) |
| LCH | lch(71.9 90.0 132.9) |
| OKLCH | oklch(0.738 0.223 139.3) |
Copy-ready code
/* CSS */
color: #4fc921;
background-color: #4fc921;
/* Tailwind (arbitrary) */
class="text-[#4fc921] bg-[#4fc921]"
/* SCSS */
$brand: #4fc921;
/* SwiftUI */
Color(red: 0.310, green: 0.788, blue: 0.129)
/* Android */
Color.parseColor("#4fc921")Accessibility — WCAG contrast
Aa
#4fc921 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fc921 on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green78.8%
Blue12.9%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow83.6%
Key (black)21.2%
Color previews
#4fc921 text on a black background
contrast 9.71:1
Card sample
#4fc921 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fc921;
Background color
Panel with #4fc921 background
background-color: #4fc921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fc921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 201, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 201, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fc921; background: linear-gradient(135deg, #4fc921, #21C963);