#496708
a deep, electric green · cool · closest name: olivedrab
RGB
73, 103, 8
HSL
79°, 86%, 22%
CMYK
29, 0, 92, 60
Luminance
0.1113
Every format
| HEX | #496708 |
| RGB | rgb(73, 103, 8) |
| HSL | hsl(79, 86%, 22%) |
| CMYK | cmyk(29%, 0%, 92%, 60%) |
| LAB | lab(39.8 -24.7 43.7) |
| LCH | lch(39.8 50.2 119.5) |
| OKLCH | oklch(0.473 0.118 127.3) |
Copy-ready code
/* CSS */
color: #496708;
background-color: #496708;
/* Tailwind (arbitrary) */
class="text-[#496708] bg-[#496708]"
/* SCSS */
$brand: #496708;
/* SwiftUI */
Color(red: 0.286, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#496708")Accessibility — WCAG contrast
Aa
#496708 on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496708 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green40.4%
Blue3.1%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow92.2%
Key (black)59.6%
Color previews
#496708 text on a black background
contrast 3.23:1
Card sample
#496708 text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496708;
Background color
Panel with #496708 background
background-color: #496708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496708; background: linear-gradient(135deg, #496708, #0A6708);