#497321
a dark, vivid green · cool · closest name: olivedrab
RGB
73, 115, 33
HSL
91°, 55%, 29%
CMYK
37, 0, 71, 55
Luminance
0.1379
Every format
| HEX | #497321 |
| RGB | rgb(73, 115, 33) |
| HSL | hsl(91, 55%, 29%) |
| CMYK | cmyk(37%, 0%, 71%, 55%) |
| LAB | lab(43.9 -29.1 39.0) |
| LCH | lch(43.9 48.7 126.7) |
| OKLCH | oklch(0.507 0.121 132.7) |
Copy-ready code
/* CSS */
color: #497321;
background-color: #497321;
/* Tailwind (arbitrary) */
class="text-[#497321] bg-[#497321]"
/* SCSS */
$brand: #497321;
/* SwiftUI */
Color(red: 0.286, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#497321")Accessibility — WCAG contrast
Aa
#497321 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#497321 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green45.1%
Blue12.9%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow71.3%
Key (black)54.9%
Color previews
#497321 text on a black background
contrast 3.76:1
Card sample
#497321 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #497321;
Background color
Panel with #497321 background
background-color: #497321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #497321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #497321; background: linear-gradient(135deg, #497321, #217330);