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