#478821
a dark, vivid green · cool · closest name: forestgreen
RGB
71, 136, 33
HSL
98°, 61%, 33%
CMYK
48, 0, 76, 47
Luminance
0.1906
Every format
| HEX | #478821 |
| RGB | rgb(71, 136, 33) |
| HSL | hsl(98, 61%, 33%) |
| CMYK | cmyk(48%, 0%, 76%, 47%) |
| LAB | lab(50.8 -39.2 45.9) |
| LCH | lch(50.8 60.4 130.5) |
| OKLCH | oklch(0.562 0.150 136.5) |
Copy-ready code
/* CSS */
color: #478821;
background-color: #478821;
/* Tailwind (arbitrary) */
class="text-[#478821] bg-[#478821]"
/* SCSS */
$brand: #478821;
/* SwiftUI */
Color(red: 0.278, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#478821")Accessibility — WCAG contrast
Aa
#478821 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#478821 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green53.3%
Blue12.9%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow75.7%
Key (black)46.7%
Color previews
#478821 text on a black background
contrast 4.81:1
Card sample
#478821 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #478821;
Background color
Panel with #478821 background
background-color: #478821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #478821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #478821; background: linear-gradient(135deg, #478821, #218840);