#478421
a dark, vivid green · cool · closest name: olivedrab
RGB
71, 132, 33
HSL
97°, 60%, 32%
CMYK
46, 0, 75, 48
Luminance
0.1795
Every format
| HEX | #478421 |
| RGB | rgb(71, 132, 33) |
| HSL | hsl(97, 60%, 32%) |
| CMYK | cmyk(46%, 0%, 75%, 48%) |
| LAB | lab(49.4 -37.5 44.6) |
| LCH | lch(49.4 58.3 130.0) |
| OKLCH | oklch(0.552 0.145 136.1) |
Copy-ready code
/* CSS */
color: #478421;
background-color: #478421;
/* Tailwind (arbitrary) */
class="text-[#478421] bg-[#478421]"
/* SCSS */
$brand: #478421;
/* SwiftUI */
Color(red: 0.278, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#478421")Accessibility — WCAG contrast
Aa
#478421 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#478421 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green51.8%
Blue12.9%
CMYK percentages
Cyan46.2%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#478421 text on a black background
contrast 4.59:1
Card sample
#478421 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #478421;
Background color
Panel with #478421 background
background-color: #478421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #478421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #478421; background: linear-gradient(135deg, #478421, #21843D);