#447c08
a dark, electric green · cool · closest name: olivedrab
RGB
68, 124, 8
HSL
89°, 88%, 26%
CMYK
45, 0, 94, 51
Luminance
0.1566
Every format
| HEX | #447c08 |
| RGB | rgb(68, 124, 8) |
| HSL | hsl(89, 88%, 26%) |
| CMYK | cmyk(45%, 0%, 94%, 51%) |
| LAB | lab(46.5 -36.4 49.2) |
| LCH | lch(46.5 61.2 126.5) |
| OKLCH | oklch(0.527 0.148 134.0) |
Copy-ready code
/* CSS */
color: #447c08;
background-color: #447c08;
/* Tailwind (arbitrary) */
class="text-[#447c08] bg-[#447c08]"
/* SCSS */
$brand: #447c08;
/* SwiftUI */
Color(red: 0.267, green: 0.486, blue: 0.031)
/* Android */
Color.parseColor("#447c08")Accessibility — WCAG contrast
Aa
#447c08 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#447c08 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green48.6%
Blue3.1%
CMYK percentages
Cyan45.2%
Magenta0.0%
Yellow93.5%
Key (black)51.4%
Color previews
#447c08 text on a black background
contrast 4.13:1
Card sample
#447c08 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447c08;
Background color
Panel with #447c08 background
background-color: #447c08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447c08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 124, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 124, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447c08; background: linear-gradient(135deg, #447c08, #087C19);