#497713
a dark, vivid green · cool · closest name: olivedrab
RGB
73, 119, 19
HSL
88°, 73%, 27%
CMYK
39, 0, 84, 53
Luminance
0.1466
Every format
| HEX | #497713 |
| RGB | rgb(73, 119, 19) |
| HSL | hsl(88, 73%, 27%) |
| CMYK | cmyk(39%, 0%, 84%, 53%) |
| LAB | lab(45.2 -31.9 45.4) |
| LCH | lch(45.2 55.5 125.1) |
| OKLCH | oklch(0.517 0.135 132.1) |
Copy-ready code
/* CSS */
color: #497713;
background-color: #497713;
/* Tailwind (arbitrary) */
class="text-[#497713] bg-[#497713]"
/* SCSS */
$brand: #497713;
/* SwiftUI */
Color(red: 0.286, green: 0.467, blue: 0.075)
/* Android */
Color.parseColor("#497713")Accessibility — WCAG contrast
Aa
#497713 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#497713 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green46.7%
Blue7.5%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow84.0%
Key (black)53.3%
Color previews
#497713 text on a black background
contrast 3.93:1
Card sample
#497713 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #497713;
Background color
Panel with #497713 background
background-color: #497713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #497713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 119, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 119, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #497713; background: linear-gradient(135deg, #497713, #137720);