#497721
a dark, vivid green · cool · closest name: olivedrab
RGB
73, 119, 33
HSL
92°, 57%, 30%
CMYK
39, 0, 72, 53
Luminance
0.1472
Every format
| HEX | #497721 |
| RGB | rgb(73, 119, 33) |
| HSL | hsl(92, 57%, 30%) |
| CMYK | cmyk(39%, 0%, 72%, 53%) |
| LAB | lab(45.3 -31.0 40.4) |
| LCH | lch(45.3 50.9 127.5) |
| OKLCH | oklch(0.518 0.126 133.5) |
Copy-ready code
/* CSS */
color: #497721;
background-color: #497721;
/* Tailwind (arbitrary) */
class="text-[#497721] bg-[#497721]"
/* SCSS */
$brand: #497721;
/* SwiftUI */
Color(red: 0.286, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#497721")Accessibility — WCAG contrast
Aa
#497721 on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#497721 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green46.7%
Blue12.9%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow72.3%
Key (black)53.3%
Color previews
#497721 text on a black background
contrast 3.94:1
Card sample
#497721 text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #497721;
Background color
Panel with #497721 background
background-color: #497721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #497721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #497721; background: linear-gradient(135deg, #497721, #217732);