#496321
a dark, vivid green · cool · closest name: olivedrab
RGB
73, 99, 33
HSL
84°, 50%, 26%
CMYK
26, 0, 67, 61
Luminance
0.1045
Every format
| HEX | #496321 |
| RGB | rgb(73, 99, 33) |
| HSL | hsl(84, 50%, 26%) |
| CMYK | cmyk(26%, 0%, 67%, 61%) |
| LAB | lab(38.6 -21.2 33.4) |
| LCH | lch(38.6 39.5 122.4) |
| OKLCH | oklch(0.464 0.098 128.0) |
Copy-ready code
/* CSS */
color: #496321;
background-color: #496321;
/* Tailwind (arbitrary) */
class="text-[#496321] bg-[#496321]"
/* SCSS */
$brand: #496321;
/* SwiftUI */
Color(red: 0.286, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#496321")Accessibility — WCAG contrast
Aa
#496321 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496321 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green38.8%
Blue12.9%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#496321 text on a black background
contrast 3.09:1
Card sample
#496321 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496321;
Background color
Panel with #496321 background
background-color: #496321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496321; background: linear-gradient(135deg, #496321, #216325);