#497607
a deep, electric green · cool · closest name: olivedrab
RGB
73, 118, 7
HSL
84°, 89%, 25%
CMYK
38, 0, 94, 54
Luminance
0.1439
Every format
| HEX | #497607 |
| RGB | rgb(73, 118, 7) |
| HSL | hsl(84, 89%, 25%) |
| CMYK | cmyk(38%, 0%, 94%, 54%) |
| LAB | lab(44.8 -31.9 48.0) |
| LCH | lch(44.8 57.7 123.6) |
| OKLCH | oklch(0.513 0.138 131.3) |
Copy-ready code
/* CSS */
color: #497607;
background-color: #497607;
/* Tailwind (arbitrary) */
class="text-[#497607] bg-[#497607]"
/* SCSS */
$brand: #497607;
/* SwiftUI */
Color(red: 0.286, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#497607")Accessibility — WCAG contrast
Aa
#497607 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#497607 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green46.3%
Blue2.7%
CMYK percentages
Cyan38.1%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#497607 text on a black background
contrast 3.88:1
Card sample
#497607 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #497607;
Background color
Panel with #497607 background
background-color: #497607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #497607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #497607; background: linear-gradient(135deg, #497607, #07760F);