#447607
a deep, electric green · cool · closest name: olivedrab
RGB
68, 118, 7
HSL
87°, 89%, 25%
CMYK
42, 0, 94, 54
Luminance
0.1420
Every format
| HEX | #447607 |
| RGB | rgb(68, 118, 7) |
| HSL | hsl(87, 89%, 25%) |
| CMYK | cmyk(42%, 0%, 94%, 54%) |
| LAB | lab(44.5 -33.8 47.7) |
| LCH | lch(44.5 58.5 125.3) |
| OKLCH | oklch(0.510 0.141 132.9) |
Copy-ready code
/* CSS */
color: #447607;
background-color: #447607;
/* Tailwind (arbitrary) */
class="text-[#447607] bg-[#447607]"
/* SCSS */
$brand: #447607;
/* SwiftUI */
Color(red: 0.267, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#447607")Accessibility — WCAG contrast
Aa
#447607 on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#447607 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green46.3%
Blue2.7%
CMYK percentages
Cyan42.4%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#447607 text on a black background
contrast 3.84:1
Card sample
#447607 text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447607;
Background color
Panel with #447607 background
background-color: #447607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447607; background: linear-gradient(135deg, #447607, #077614);