#445009
a deep, electric green · cool · closest name: olive
RGB
68, 80, 9
HSL
70°, 80%, 18%
CMYK
15, 0, 89, 69
Luminance
0.0699
Every format
| HEX | #445009 |
| RGB | rgb(68, 80, 9) |
| HSL | hsl(70, 80%, 18%) |
| CMYK | cmyk(15%, 0%, 89%, 69%) |
| LAB | lab(31.8 -14.9 36.3) |
| LCH | lch(31.8 39.3 112.3) |
| OKLCH | oklch(0.407 0.091 119.5) |
Copy-ready code
/* CSS */
color: #445009;
background-color: #445009;
/* Tailwind (arbitrary) */
class="text-[#445009] bg-[#445009]"
/* SCSS */
$brand: #445009;
/* SwiftUI */
Color(red: 0.267, green: 0.314, blue: 0.035)
/* Android */
Color.parseColor("#445009")Accessibility — WCAG contrast
Aa
#445009 on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445009 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green31.4%
Blue3.5%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow88.8%
Key (black)68.6%
Color previews
#445009 text on a black background
contrast 2.40:1
Card sample
#445009 text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445009;
Background color
Panel with #445009 background
background-color: #445009;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445009;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 80, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 80, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445009; background: linear-gradient(135deg, #445009, #155009);