#496421
a dark, vivid green · cool · closest name: olivedrab
RGB
73, 100, 33
HSL
84°, 50%, 26%
CMYK
27, 0, 67, 61
Luminance
0.1064
Every format
| HEX | #496421 |
| RGB | rgb(73, 100, 33) |
| HSL | hsl(84, 50%, 26%) |
| CMYK | cmyk(27%, 0%, 67%, 61%) |
| LAB | lab(39.0 -21.7 33.8) |
| LCH | lch(39.0 40.1 122.8) |
| OKLCH | oklch(0.467 0.099 128.4) |
Copy-ready code
/* CSS */
color: #496421;
background-color: #496421;
/* Tailwind (arbitrary) */
class="text-[#496421] bg-[#496421]"
/* SCSS */
$brand: #496421;
/* SwiftUI */
Color(red: 0.286, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#496421")Accessibility — WCAG contrast
Aa
#496421 on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496421 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green39.2%
Blue12.9%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#496421 text on a black background
contrast 3.13:1
Card sample
#496421 text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496421;
Background color
Panel with #496421 background
background-color: #496421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496421; background: linear-gradient(135deg, #496421, #216426);