#009021
a dark, electric green · cool · closest name: forestgreen
RGB
0, 144, 33
HSL
134°, 100%, 28%
CMYK
100, 0, 77, 44
Luminance
0.2006
Every format
| HEX | #009021 |
| RGB | rgb(0, 144, 33) |
| HSL | hsl(134, 100%, 28%) |
| CMYK | cmyk(100%, 0%, 77%, 44%) |
| LAB | lab(51.9 -54.7 46.6) |
| LCH | lch(51.9 71.8 139.6) |
| OKLCH | oklch(0.568 0.181 144.5) |
Copy-ready code
/* CSS */
color: #009021;
background-color: #009021;
/* Tailwind (arbitrary) */
class="text-[#009021] bg-[#009021]"
/* SCSS */
$brand: #009021;
/* SwiftUI */
Color(red: 0.000, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#009021")Accessibility — WCAG contrast
Aa
#009021 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009021 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green56.5%
Blue12.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#009021 text on a black background
contrast 5.01:1
Card sample
#009021 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009021;
Background color
Panel with #009021 background
background-color: #009021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009021; background: linear-gradient(135deg, #009021, #009081);