#479321
a dark, vivid green · cool · closest name: forestgreen
RGB
71, 147, 33
HSL
100°, 63%, 35%
CMYK
52, 0, 78, 42
Luminance
0.2232
Every format
| HEX | #479321 |
| RGB | rgb(71, 147, 33) |
| HSL | hsl(100, 63%, 35%) |
| CMYK | cmyk(52%, 0%, 78%, 42%) |
| LAB | lab(54.4 -43.7 49.5) |
| LCH | lch(54.4 66.0 131.4) |
| OKLCH | oklch(0.592 0.164 137.6) |
Copy-ready code
/* CSS */
color: #479321;
background-color: #479321;
/* Tailwind (arbitrary) */
class="text-[#479321] bg-[#479321]"
/* SCSS */
$brand: #479321;
/* SwiftUI */
Color(red: 0.278, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#479321")Accessibility — WCAG contrast
Aa
#479321 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#479321 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green57.6%
Blue12.9%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow77.6%
Key (black)42.4%
Color previews
#479321 text on a black background
contrast 5.46:1
Card sample
#479321 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #479321;
Background color
Panel with #479321 background
background-color: #479321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #479321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #479321; background: linear-gradient(135deg, #479321, #219347);