#477400
a deep, electric green · cool · closest name: olivedrab
RGB
71, 116, 0
HSL
83°, 100%, 23%
CMYK
39, 0, 100, 55
Luminance
0.1383
Every format
| HEX | #477400 |
| RGB | rgb(71, 116, 0) |
| HSL | hsl(83, 100%, 23%) |
| CMYK | cmyk(39%, 0%, 100%, 55%) |
| LAB | lab(44.0 -32.0 48.9) |
| LCH | lch(44.0 58.5 123.2) |
| OKLCH | oklch(0.506 0.139 131.2) |
Copy-ready code
/* CSS */
color: #477400;
background-color: #477400;
/* Tailwind (arbitrary) */
class="text-[#477400] bg-[#477400]"
/* SCSS */
$brand: #477400;
/* SwiftUI */
Color(red: 0.278, green: 0.455, blue: 0.000)
/* Android */
Color.parseColor("#477400")Accessibility — WCAG contrast
Aa
#477400 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#477400 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green45.5%
Blue0.0%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow100.0%
Key (black)54.5%
Color previews
#477400 text on a black background
contrast 3.77:1
Card sample
#477400 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #477400;
Background color
Panel with #477400 background
background-color: #477400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #477400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 116, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 116, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #477400; background: linear-gradient(135deg, #477400, #007406);