#477708
a deep, electric green · cool · closest name: olivedrab
RGB
71, 119, 8
HSL
86°, 87%, 25%
CMYK
40, 0, 93, 53
Luminance
0.1455
Every format
| HEX | #477708 |
| RGB | rgb(71, 119, 8) |
| HSL | hsl(86, 87%, 25%) |
| CMYK | cmyk(40%, 0%, 93%, 53%) |
| LAB | lab(45.0 -33.1 48.0) |
| LCH | lch(45.0 58.3 124.6) |
| OKLCH | oklch(0.515 0.140 132.2) |
Copy-ready code
/* CSS */
color: #477708;
background-color: #477708;
/* Tailwind (arbitrary) */
class="text-[#477708] bg-[#477708]"
/* SCSS */
$brand: #477708;
/* SwiftUI */
Color(red: 0.278, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#477708")Accessibility — WCAG contrast
Aa
#477708 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#477708 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green46.7%
Blue3.1%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow93.3%
Key (black)53.3%
Color previews
#477708 text on a black background
contrast 3.91:1
Card sample
#477708 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #477708;
Background color
Panel with #477708 background
background-color: #477708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #477708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #477708; background: linear-gradient(135deg, #477708, #087713);