#496521
a dark, vivid green · cool · closest name: olivedrab
RGB
73, 101, 33
HSL
85°, 51%, 26%
CMYK
28, 0, 67, 60
Luminance
0.1083
Every format
| HEX | #496521 |
| RGB | rgb(73, 101, 33) |
| HSL | hsl(85, 51%, 26%) |
| CMYK | cmyk(28%, 0%, 67%, 60%) |
| LAB | lab(39.3 -22.2 34.1) |
| LCH | lch(39.3 40.7 123.1) |
| OKLCH | oklch(0.469 0.101 128.8) |
Copy-ready code
/* CSS */
color: #496521;
background-color: #496521;
/* Tailwind (arbitrary) */
class="text-[#496521] bg-[#496521]"
/* SCSS */
$brand: #496521;
/* SwiftUI */
Color(red: 0.286, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#496521")Accessibility — WCAG contrast
Aa
#496521 on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496521 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green39.6%
Blue12.9%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#496521 text on a black background
contrast 3.17:1
Card sample
#496521 text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496521;
Background color
Panel with #496521 background
background-color: #496521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496521; background: linear-gradient(135deg, #496521, #216526);