#479224
a dark, vivid green · cool · closest name: forestgreen
RGB
71, 146, 36
HSL
101°, 60%, 36%
CMYK
51, 0, 75, 43
Luminance
0.2202
Every format
| HEX | #479224 |
| RGB | rgb(71, 146, 36) |
| HSL | hsl(101, 60%, 36%) |
| CMYK | cmyk(51%, 0%, 75%, 43%) |
| LAB | lab(54.0 -43.0 48.1) |
| LCH | lch(54.0 64.5 131.8) |
| OKLCH | oklch(0.590 0.161 137.8) |
Copy-ready code
/* CSS */
color: #479224;
background-color: #479224;
/* Tailwind (arbitrary) */
class="text-[#479224] bg-[#479224]"
/* SCSS */
$brand: #479224;
/* SwiftUI */
Color(red: 0.278, green: 0.573, blue: 0.141)
/* Android */
Color.parseColor("#479224")Accessibility — WCAG contrast
Aa
#479224 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#479224 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green57.3%
Blue14.1%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow75.3%
Key (black)42.7%
Color previews
#479224 text on a black background
contrast 5.40:1
Card sample
#479224 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #479224;
Background color
Panel with #479224 background
background-color: #479224;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #479224;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 146, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 146, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #479224; background: linear-gradient(135deg, #479224, #24924A);