#447413
a dark, vivid green · cool · closest name: olivedrab
RGB
68, 116, 19
HSL
90°, 72%, 27%
CMYK
41, 0, 84, 55
Luminance
0.1377
Every format
| HEX | #447413 |
| RGB | rgb(68, 116, 19) |
| HSL | hsl(90, 72%, 27%) |
| CMYK | cmyk(41%, 0%, 84%, 55%) |
| LAB | lab(43.9 -32.4 44.1) |
| LCH | lch(43.9 54.8 126.3) |
| OKLCH | oklch(0.505 0.134 133.2) |
Copy-ready code
/* CSS */
color: #447413;
background-color: #447413;
/* Tailwind (arbitrary) */
class="text-[#447413] bg-[#447413]"
/* SCSS */
$brand: #447413;
/* SwiftUI */
Color(red: 0.267, green: 0.455, blue: 0.075)
/* Android */
Color.parseColor("#447413")Accessibility — WCAG contrast
Aa
#447413 on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#447413 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green45.5%
Blue7.5%
CMYK percentages
Cyan41.4%
Magenta0.0%
Yellow83.6%
Key (black)54.5%
Color previews
#447413 text on a black background
contrast 3.75:1
Card sample
#447413 text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447413;
Background color
Panel with #447413 background
background-color: #447413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 116, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 116, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447413; background: linear-gradient(135deg, #447413, #137423);