#4fa60e
a dark, electric green · cool · closest name: green
RGB
79, 166, 14
HSL
94°, 84%, 35%
CMYK
52, 0, 92, 35
Luminance
0.2897
Every format
| HEX | #4fa60e |
| RGB | rgb(79, 166, 14) |
| HSL | hsl(94, 84%, 35%) |
| CMYK | cmyk(52%, 0%, 92%, 35%) |
| LAB | lab(60.8 -49.4 60.2) |
| LCH | lch(60.8 77.9 129.4) |
| OKLCH | oklch(0.645 0.190 136.6) |
Copy-ready code
/* CSS */
color: #4fa60e;
background-color: #4fa60e;
/* Tailwind (arbitrary) */
class="text-[#4fa60e] bg-[#4fa60e]"
/* SCSS */
$brand: #4fa60e;
/* SwiftUI */
Color(red: 0.310, green: 0.651, blue: 0.055)
/* Android */
Color.parseColor("#4fa60e")Accessibility — WCAG contrast
Aa
#4fa60e on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4fa60e on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green65.1%
Blue5.5%
CMYK percentages
Cyan52.4%
Magenta0.0%
Yellow91.6%
Key (black)34.9%
Color previews
#4fa60e text on a black background
contrast 6.79:1
Card sample
#4fa60e text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fa60e;
Background color
Panel with #4fa60e background
background-color: #4fa60e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fa60e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 166, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 166, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fa60e; background: linear-gradient(135deg, #4fa60e, #0EA632);