#44a310
a dark, electric green · cool · closest name: green
RGB
68, 163, 16
HSL
99°, 82%, 35%
CMYK
58, 0, 90, 36
Luminance
0.2746
Every format
| HEX | #44a310 |
| RGB | rgb(68, 163, 16) |
| HSL | hsl(99, 82%, 35%) |
| CMYK | cmyk(58%, 0%, 90%, 36%) |
| LAB | lab(59.4 -51.4 58.5) |
| LCH | lch(59.4 77.9 131.3) |
| OKLCH | oklch(0.633 0.191 138.2) |
Copy-ready code
/* CSS */
color: #44a310;
background-color: #44a310;
/* Tailwind (arbitrary) */
class="text-[#44a310] bg-[#44a310]"
/* SCSS */
$brand: #44a310;
/* SwiftUI */
Color(red: 0.267, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#44a310")Accessibility — WCAG contrast
Aa
#44a310 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#44a310 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green63.9%
Blue6.3%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#44a310 text on a black background
contrast 6.49:1
Card sample
#44a310 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44a310;
Background color
Panel with #44a310 background
background-color: #44a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44a310; background: linear-gradient(135deg, #44a310, #10A33E);