#478521
a dark, vivid green · cool · closest name: forestgreen
RGB
71, 133, 33
HSL
97°, 60%, 33%
CMYK
47, 0, 75, 48
Luminance
0.1822
Every format
| HEX | #478521 |
| RGB | rgb(71, 133, 33) |
| HSL | hsl(97, 60%, 33%) |
| CMYK | cmyk(47%, 0%, 75%, 48%) |
| LAB | lab(49.8 -37.9 45.0) |
| LCH | lch(49.8 58.8 130.1) |
| OKLCH | oklch(0.554 0.146 136.2) |
Copy-ready code
/* CSS */
color: #478521;
background-color: #478521;
/* Tailwind (arbitrary) */
class="text-[#478521] bg-[#478521]"
/* SCSS */
$brand: #478521;
/* SwiftUI */
Color(red: 0.278, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#478521")Accessibility — WCAG contrast
Aa
#478521 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#478521 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green52.2%
Blue12.9%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#478521 text on a black background
contrast 4.64:1
Card sample
#478521 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #478521;
Background color
Panel with #478521 background
background-color: #478521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #478521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #478521; background: linear-gradient(135deg, #478521, #21853E);