#009944
a dark, electric green · cool · closest name: forestgreen
RGB
0, 153, 68
HSL
147°, 100%, 30%
CMYK
100, 0, 56, 40
Luminance
0.2320
Every format
| HEX | #009944 |
| RGB | rgb(0, 153, 68) |
| HSL | hsl(147, 100%, 30%) |
| CMYK | cmyk(100%, 0%, 56%, 40%) |
| LAB | lab(55.3 -53.4 34.8) |
| LCH | lch(55.3 63.8 146.9) |
| OKLCH | oklch(0.597 0.166 149.7) |
Copy-ready code
/* CSS */
color: #009944;
background-color: #009944;
/* Tailwind (arbitrary) */
class="text-[#009944] bg-[#009944]"
/* SCSS */
$brand: #009944;
/* SwiftUI */
Color(red: 0.000, green: 0.600, blue: 0.267)
/* Android */
Color.parseColor("#009944")Accessibility — WCAG contrast
Aa
#009944 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009944 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.0%
Blue26.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow55.6%
Key (black)40.0%
Color previews
#009944 text on a black background
contrast 5.64:1
Card sample
#009944 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009944;
Background color
Panel with #009944 background
background-color: #009944;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009944;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 153, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 153, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009944; background: linear-gradient(135deg, #009944, #008899);