#4f910d
a dark, electric green · cool · closest name: forestgreen
RGB
79, 145, 13
HSL
90°, 84%, 31%
CMYK
46, 0, 91, 43
Luminance
0.2194
Every format
| HEX | #4f910d |
| RGB | rgb(79, 145, 13) |
| HSL | hsl(90, 84%, 31%) |
| CMYK | cmyk(46%, 0%, 91%, 43%) |
| LAB | lab(54.0 -41.2 54.6) |
| LCH | lch(54.0 68.4 127.0) |
| OKLCH | oklch(0.590 0.166 134.4) |
Copy-ready code
/* CSS */
color: #4f910d;
background-color: #4f910d;
/* Tailwind (arbitrary) */
class="text-[#4f910d] bg-[#4f910d]"
/* SCSS */
$brand: #4f910d;
/* SwiftUI */
Color(red: 0.310, green: 0.569, blue: 0.051)
/* Android */
Color.parseColor("#4f910d")Accessibility — WCAG contrast
Aa
#4f910d on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f910d on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green56.9%
Blue5.1%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow91.0%
Key (black)43.1%
Color previews
#4f910d text on a black background
contrast 5.39:1
Card sample
#4f910d text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f910d;
Background color
Panel with #4f910d background
background-color: #4f910d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f910d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 145, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 145, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f910d; background: linear-gradient(135deg, #4f910d, #0D9123);