#496721
a dark, vivid green · cool · closest name: olivedrab
RGB
73, 103, 33
HSL
86°, 52%, 27%
CMYK
29, 0, 68, 60
Luminance
0.1123
Every format
| HEX | #496721 |
| RGB | rgb(73, 103, 33) |
| HSL | hsl(86, 52%, 27%) |
| CMYK | cmyk(29%, 0%, 68%, 60%) |
| LAB | lab(40.0 -23.3 34.8) |
| LCH | lch(40.0 41.9 123.7) |
| OKLCH | oklch(0.474 0.103 129.4) |
Copy-ready code
/* CSS */
color: #496721;
background-color: #496721;
/* Tailwind (arbitrary) */
class="text-[#496721] bg-[#496721]"
/* SCSS */
$brand: #496721;
/* SwiftUI */
Color(red: 0.286, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#496721")Accessibility — WCAG contrast
Aa
#496721 on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496721 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green40.4%
Blue12.9%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#496721 text on a black background
contrast 3.25:1
Card sample
#496721 text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496721;
Background color
Panel with #496721 background
background-color: #496721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496721; background: linear-gradient(135deg, #496721, #216728);