#478514
a dark, vivid green · cool · closest name: olivedrab
RGB
71, 133, 20
HSL
93°, 74%, 30%
CMYK
47, 0, 85, 48
Luminance
0.1817
Every format
| HEX | #478514 |
| RGB | rgb(71, 133, 20) |
| HSL | hsl(93, 74%, 30%) |
| CMYK | cmyk(47%, 0%, 85%, 48%) |
| LAB | lab(49.7 -38.7 49.2) |
| LCH | lch(49.7 62.6 128.2) |
| OKLCH | oklch(0.553 0.153 135.1) |
Copy-ready code
/* CSS */
color: #478514;
background-color: #478514;
/* Tailwind (arbitrary) */
class="text-[#478514] bg-[#478514]"
/* SCSS */
$brand: #478514;
/* SwiftUI */
Color(red: 0.278, green: 0.522, blue: 0.078)
/* Android */
Color.parseColor("#478514")Accessibility — WCAG contrast
Aa
#478514 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#478514 on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green52.2%
Blue7.8%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow85.0%
Key (black)47.8%
Color previews
#478514 text on a black background
contrast 4.63:1
Card sample
#478514 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #478514;
Background color
Panel with #478514 background
background-color: #478514;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #478514;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 133, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 133, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #478514; background: linear-gradient(135deg, #478514, #14852C);