#4f9021
a dark, vivid green · cool · closest name: forestgreen
RGB
79, 144, 33
HSL
95°, 63%, 35%
CMYK
45, 0, 77, 44
Luminance
0.2172
Every format
| HEX | #4f9021 |
| RGB | rgb(79, 144, 33) |
| HSL | hsl(95, 63%, 35%) |
| CMYK | cmyk(45%, 0%, 77%, 44%) |
| LAB | lab(53.7 -39.9 49.0) |
| LCH | lch(53.7 63.1 129.1) |
| OKLCH | oklch(0.588 0.156 135.5) |
Copy-ready code
/* CSS */
color: #4f9021;
background-color: #4f9021;
/* Tailwind (arbitrary) */
class="text-[#4f9021] bg-[#4f9021]"
/* SCSS */
$brand: #4f9021;
/* SwiftUI */
Color(red: 0.310, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#4f9021")Accessibility — WCAG contrast
Aa
#4f9021 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f9021 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green56.5%
Blue12.9%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#4f9021 text on a black background
contrast 5.34:1
Card sample
#4f9021 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f9021;
Background color
Panel with #4f9021 background
background-color: #4f9021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f9021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f9021; background: linear-gradient(135deg, #4f9021, #21903D);