#479218
a dark, vivid green · cool · closest name: forestgreen
RGB
71, 146, 24
HSL
97°, 72%, 33%
CMYK
51, 0, 84, 43
Luminance
0.2196
Every format
| HEX | #479218 |
| RGB | rgb(71, 146, 24) |
| HSL | hsl(97, 72%, 33%) |
| CMYK | cmyk(51%, 0%, 84%, 43%) |
| LAB | lab(54.0 -43.8 52.0) |
| LCH | lch(54.0 67.9 130.1) |
| OKLCH | oklch(0.589 0.167 136.8) |
Copy-ready code
/* CSS */
color: #479218;
background-color: #479218;
/* Tailwind (arbitrary) */
class="text-[#479218] bg-[#479218]"
/* SCSS */
$brand: #479218;
/* SwiftUI */
Color(red: 0.278, green: 0.573, blue: 0.094)
/* Android */
Color.parseColor("#479218")Accessibility — WCAG contrast
Aa
#479218 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#479218 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green57.3%
Blue9.4%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow83.6%
Key (black)42.7%
Color previews
#479218 text on a black background
contrast 5.39:1
Card sample
#479218 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #479218;
Background color
Panel with #479218 background
background-color: #479218;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #479218;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 146, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 146, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #479218; background: linear-gradient(135deg, #479218, #18923A);