#478318
a dark, vivid green · cool · closest name: olivedrab
RGB
71, 131, 24
HSL
94°, 69%, 30%
CMYK
46, 0, 82, 49
Luminance
0.1764
Every format
| HEX | #478318 |
| RGB | rgb(71, 131, 24) |
| HSL | hsl(94, 69%, 30%) |
| CMYK | cmyk(46%, 0%, 82%, 49%) |
| LAB | lab(49.0 -37.6 47.4) |
| LCH | lch(49.0 60.5 128.4) |
| OKLCH | oklch(0.548 0.149 135.1) |
Copy-ready code
/* CSS */
color: #478318;
background-color: #478318;
/* Tailwind (arbitrary) */
class="text-[#478318] bg-[#478318]"
/* SCSS */
$brand: #478318;
/* SwiftUI */
Color(red: 0.278, green: 0.514, blue: 0.094)
/* Android */
Color.parseColor("#478318")Accessibility — WCAG contrast
Aa
#478318 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#478318 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green51.4%
Blue9.4%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow81.7%
Key (black)48.6%
Color previews
#478318 text on a black background
contrast 4.53:1
Card sample
#478318 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #478318;
Background color
Panel with #478318 background
background-color: #478318;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #478318;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 131, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 131, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #478318; background: linear-gradient(135deg, #478318, #188330);