#445d09
a deep, electric green · cool · closest name: olivedrab
RGB
68, 93, 9
HSL
78°, 82%, 20%
CMYK
27, 0, 90, 64
Luminance
0.0908
Every format
| HEX | #445d09 |
| RGB | rgb(68, 93, 9) |
| HSL | hsl(78, 82%, 20%) |
| CMYK | cmyk(27%, 0%, 90%, 64%) |
| LAB | lab(36.1 -21.9 40.1) |
| LCH | lch(36.1 45.7 118.6) |
| OKLCH | oklch(0.442 0.108 126.1) |
Copy-ready code
/* CSS */
color: #445d09;
background-color: #445d09;
/* Tailwind (arbitrary) */
class="text-[#445d09] bg-[#445d09]"
/* SCSS */
$brand: #445d09;
/* SwiftUI */
Color(red: 0.267, green: 0.365, blue: 0.035)
/* Android */
Color.parseColor("#445d09")Accessibility — WCAG contrast
Aa
#445d09 on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445d09 on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.5%
Blue3.5%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow90.3%
Key (black)63.5%
Color previews
#445d09 text on a black background
contrast 2.82:1
Card sample
#445d09 text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445d09;
Background color
Panel with #445d09 background
background-color: #445d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 93, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 93, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445d09; background: linear-gradient(135deg, #445d09, #0C5D09);