#447722
a dark, vivid green · cool · closest name: olivedrab
RGB
68, 119, 34
HSL
96°, 56%, 30%
CMYK
43, 0, 71, 53
Luminance
0.1454
Every format
| HEX | #447722 |
| RGB | rgb(68, 119, 34) |
| HSL | hsl(96, 56%, 30%) |
| CMYK | cmyk(43%, 0%, 71%, 53%) |
| LAB | lab(45.0 -32.8 39.6) |
| LCH | lch(45.0 51.4 129.6) |
| OKLCH | oklch(0.515 0.128 135.3) |
Copy-ready code
/* CSS */
color: #447722;
background-color: #447722;
/* Tailwind (arbitrary) */
class="text-[#447722] bg-[#447722]"
/* SCSS */
$brand: #447722;
/* SwiftUI */
Color(red: 0.267, green: 0.467, blue: 0.133)
/* Android */
Color.parseColor("#447722")Accessibility — WCAG contrast
Aa
#447722 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#447722 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green46.7%
Blue13.3%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow71.4%
Key (black)53.3%
Color previews
#447722 text on a black background
contrast 3.91:1
Card sample
#447722 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447722;
Background color
Panel with #447722 background
background-color: #447722;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447722;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 119, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 119, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447722; background: linear-gradient(135deg, #447722, #227739);