#4a9438
a dark, vivid green · cool · closest name: forestgreen
RGB
74, 148, 56
HSL
108°, 45%, 40%
CMYK
50, 0, 62, 42
Luminance
0.2292
Every format
| HEX | #4a9438 |
| RGB | rgb(74, 148, 56) |
| HSL | hsl(108, 45%, 40%) |
| CMYK | cmyk(50%, 0%, 62%, 42%) |
| LAB | lab(55.0 -41.1 40.7) |
| LCH | lch(55.0 57.9 135.3) |
| OKLCH | oklch(0.598 0.147 139.9) |
Copy-ready code
/* CSS */
color: #4a9438;
background-color: #4a9438;
/* Tailwind (arbitrary) */
class="text-[#4a9438] bg-[#4a9438]"
/* SCSS */
$brand: #4a9438;
/* SwiftUI */
Color(red: 0.290, green: 0.580, blue: 0.220)
/* Android */
Color.parseColor("#4a9438")Accessibility — WCAG contrast
Aa
#4a9438 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4a9438 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green58.0%
Blue22.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow62.2%
Key (black)42.0%
Color previews
#4a9438 text on a black background
contrast 5.58:1
Card sample
#4a9438 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a9438;
Background color
Panel with #4a9438 background
background-color: #4a9438;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a9438;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 148, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 148, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a9438; background: linear-gradient(135deg, #4a9438, #389463);