#477921
a dark, vivid green · cool · closest name: olivedrab
RGB
71, 121, 33
HSL
94°, 57%, 30%
CMYK
41, 0, 73, 53
Luminance
0.1512
Every format
| HEX | #477921 |
| RGB | rgb(71, 121, 33) |
| HSL | hsl(94, 57%, 30%) |
| CMYK | cmyk(41%, 0%, 73%, 53%) |
| LAB | lab(45.8 -32.6 40.9) |
| LCH | lch(45.8 52.4 128.6) |
| OKLCH | oklch(0.522 0.130 134.5) |
Copy-ready code
/* CSS */
color: #477921;
background-color: #477921;
/* Tailwind (arbitrary) */
class="text-[#477921] bg-[#477921]"
/* SCSS */
$brand: #477921;
/* SwiftUI */
Color(red: 0.278, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#477921")Accessibility — WCAG contrast
Aa
#477921 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#477921 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green47.5%
Blue12.9%
CMYK percentages
Cyan41.3%
Magenta0.0%
Yellow72.7%
Key (black)52.5%
Color previews
#477921 text on a black background
contrast 4.02:1
Card sample
#477921 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #477921;
Background color
Panel with #477921 background
background-color: #477921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #477921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #477921; background: linear-gradient(135deg, #477921, #217936);