#496621
a dark, vivid green · cool · closest name: olivedrab
RGB
73, 102, 33
HSL
85°, 51%, 27%
CMYK
28, 0, 68, 60
Luminance
0.1103
Every format
| HEX | #496621 |
| RGB | rgb(73, 102, 33) |
| HSL | hsl(85, 51%, 27%) |
| CMYK | cmyk(28%, 0%, 68%, 60%) |
| LAB | lab(39.6 -22.8 34.5) |
| LCH | lch(39.6 41.3 123.4) |
| OKLCH | oklch(0.472 0.102 129.1) |
Copy-ready code
/* CSS */
color: #496621;
background-color: #496621;
/* Tailwind (arbitrary) */
class="text-[#496621] bg-[#496621]"
/* SCSS */
$brand: #496621;
/* SwiftUI */
Color(red: 0.286, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#496621")Accessibility — WCAG contrast
Aa
#496621 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496621 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green40.0%
Blue12.9%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#496621 text on a black background
contrast 3.21:1
Card sample
#496621 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496621;
Background color
Panel with #496621 background
background-color: #496621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496621; background: linear-gradient(135deg, #496621, #216627);