#44640c
a deep, electric green · cool · closest name: olivedrab
RGB
68, 100, 12
HSL
82°, 79%, 22%
CMYK
32, 0, 88, 61
Luminance
0.1037
Every format
| HEX | #44640c |
| RGB | rgb(68, 100, 12) |
| HSL | hsl(82, 79%, 22%) |
| CMYK | cmyk(32%, 0%, 88%, 61%) |
| LAB | lab(38.5 -25.3 41.4) |
| LCH | lch(38.5 48.5 121.4) |
| OKLCH | oklch(0.461 0.116 128.8) |
Copy-ready code
/* CSS */
color: #44640c;
background-color: #44640c;
/* Tailwind (arbitrary) */
class="text-[#44640c] bg-[#44640c]"
/* SCSS */
$brand: #44640c;
/* SwiftUI */
Color(red: 0.267, green: 0.392, blue: 0.047)
/* Android */
Color.parseColor("#44640c")Accessibility — WCAG contrast
Aa
#44640c on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#44640c on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green39.2%
Blue4.7%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow88.0%
Key (black)60.8%
Color previews
#44640c text on a black background
contrast 3.07:1
Card sample
#44640c text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44640c;
Background color
Panel with #44640c background
background-color: #44640c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44640c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 100, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 100, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44640c; background: linear-gradient(135deg, #44640c, #0C640F);