#4b8e21
a dark, vivid green · cool · closest name: forestgreen
RGB
75, 142, 33
HSL
97°, 62%, 34%
CMYK
47, 0, 77, 44
Luminance
0.2095
Every format
| HEX | #4b8e21 |
| RGB | rgb(75, 142, 33) |
| HSL | hsl(97, 62%, 34%) |
| CMYK | cmyk(47%, 0%, 77%, 44%) |
| LAB | lab(52.9 -40.4 48.1) |
| LCH | lch(52.9 62.8 130.0) |
| OKLCH | oklch(0.581 0.156 136.2) |
Copy-ready code
/* CSS */
color: #4b8e21;
background-color: #4b8e21;
/* Tailwind (arbitrary) */
class="text-[#4b8e21] bg-[#4b8e21]"
/* SCSS */
$brand: #4b8e21;
/* SwiftUI */
Color(red: 0.294, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#4b8e21")Accessibility — WCAG contrast
Aa
#4b8e21 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b8e21 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green55.7%
Blue12.9%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow76.8%
Key (black)44.3%
Color previews
#4b8e21 text on a black background
contrast 5.19:1
Card sample
#4b8e21 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b8e21;
Background color
Panel with #4b8e21 background
background-color: #4b8e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b8e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b8e21; background: linear-gradient(135deg, #4b8e21, #218E40);