#477718
a dark, vivid green · cool · closest name: olivedrab
RGB
71, 119, 24
HSL
90°, 66%, 28%
CMYK
40, 0, 80, 53
Luminance
0.1460
Every format
| HEX | #477718 |
| RGB | rgb(71, 119, 24) |
| HSL | hsl(90, 66%, 28%) |
| CMYK | cmyk(40%, 0%, 80%, 53%) |
| LAB | lab(45.1 -32.4 43.7) |
| LCH | lch(45.1 54.4 126.6) |
| OKLCH | oklch(0.516 0.133 133.2) |
Copy-ready code
/* CSS */
color: #477718;
background-color: #477718;
/* Tailwind (arbitrary) */
class="text-[#477718] bg-[#477718]"
/* SCSS */
$brand: #477718;
/* SwiftUI */
Color(red: 0.278, green: 0.467, blue: 0.094)
/* Android */
Color.parseColor("#477718")Accessibility — WCAG contrast
Aa
#477718 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#477718 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green46.7%
Blue9.4%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow79.8%
Key (black)53.3%
Color previews
#477718 text on a black background
contrast 3.92:1
Card sample
#477718 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #477718;
Background color
Panel with #477718 background
background-color: #477718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #477718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 119, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 119, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #477718; background: linear-gradient(135deg, #477718, #187728);