#4f9813
a dark, electric green · cool · closest name: forestgreen
RGB
79, 152, 19
HSL
93°, 78%, 34%
CMYK
48, 0, 88, 40
Luminance
0.2417
Every format
| HEX | #4f9813 |
| RGB | rgb(79, 152, 19) |
| HSL | hsl(93, 78%, 34%) |
| CMYK | cmyk(48%, 0%, 88%, 40%) |
| LAB | lab(56.3 -43.8 55.4) |
| LCH | lch(56.3 70.6 128.4) |
| OKLCH | oklch(0.608 0.172 135.5) |
Copy-ready code
/* CSS */
color: #4f9813;
background-color: #4f9813;
/* Tailwind (arbitrary) */
class="text-[#4f9813] bg-[#4f9813]"
/* SCSS */
$brand: #4f9813;
/* SwiftUI */
Color(red: 0.310, green: 0.596, blue: 0.075)
/* Android */
Color.parseColor("#4f9813")Accessibility — WCAG contrast
Aa
#4f9813 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f9813 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green59.6%
Blue7.5%
CMYK percentages
Cyan48.0%
Magenta0.0%
Yellow87.5%
Key (black)40.4%
Color previews
#4f9813 text on a black background
contrast 5.83:1
Card sample
#4f9813 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f9813;
Background color
Panel with #4f9813 background
background-color: #4f9813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f9813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 152, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 152, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f9813; background: linear-gradient(135deg, #4f9813, #139830);