#44940c
a dark, electric green · cool · closest name: green
RGB
68, 148, 12
HSL
95°, 85%, 31%
CMYK
54, 0, 92, 42
Luminance
0.2244
Every format
| HEX | #44940c |
| RGB | rgb(68, 148, 12) |
| HSL | hsl(95, 85%, 31%) |
| CMYK | cmyk(54%, 0%, 92%, 42%) |
| LAB | lab(54.5 -45.9 55.1) |
| LCH | lch(54.5 71.7 129.8) |
| OKLCH | oklch(0.593 0.175 136.9) |
Copy-ready code
/* CSS */
color: #44940c;
background-color: #44940c;
/* Tailwind (arbitrary) */
class="text-[#44940c] bg-[#44940c]"
/* SCSS */
$brand: #44940c;
/* SwiftUI */
Color(red: 0.267, green: 0.580, blue: 0.047)
/* Android */
Color.parseColor("#44940c")Accessibility — WCAG contrast
Aa
#44940c on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#44940c on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green58.0%
Blue4.7%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow91.9%
Key (black)42.0%
Color previews
#44940c text on a black background
contrast 5.49:1
Card sample
#44940c text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44940c;
Background color
Panel with #44940c background
background-color: #44940c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44940c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 148, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 148, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44940c; background: linear-gradient(135deg, #44940c, #0C942F);