#447a0e
a dark, electric green · cool · closest name: olivedrab
RGB
68, 122, 14
HSL
90°, 79%, 27%
CMYK
44, 0, 89, 52
Luminance
0.1518
Every format
| HEX | #447a0e |
| RGB | rgb(68, 122, 14) |
| HSL | hsl(90, 79%, 27%) |
| CMYK | cmyk(44%, 0%, 89%, 52%) |
| LAB | lab(45.9 -35.3 47.3) |
| LCH | lch(45.9 59.0 126.7) |
| OKLCH | oklch(0.522 0.143 133.9) |
Copy-ready code
/* CSS */
color: #447a0e;
background-color: #447a0e;
/* Tailwind (arbitrary) */
class="text-[#447a0e] bg-[#447a0e]"
/* SCSS */
$brand: #447a0e;
/* SwiftUI */
Color(red: 0.267, green: 0.478, blue: 0.055)
/* Android */
Color.parseColor("#447a0e")Accessibility — WCAG contrast
Aa
#447a0e on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#447a0e on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green47.8%
Blue5.5%
CMYK percentages
Cyan44.3%
Magenta0.0%
Yellow88.5%
Key (black)52.2%
Color previews
#447a0e text on a black background
contrast 4.04:1
Card sample
#447a0e text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447a0e;
Background color
Panel with #447a0e background
background-color: #447a0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447a0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 122, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 122, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447a0e; background: linear-gradient(135deg, #447a0e, #0E7A20);