#009211
a dark, electric green · cool · closest name: green
RGB
0, 146, 17
HSL
127°, 100%, 29%
CMYK
100, 0, 88, 43
Luminance
0.2060
Every format
| HEX | #009211 |
| RGB | rgb(0, 146, 17) |
| HSL | hsl(127, 100%, 29%) |
| CMYK | cmyk(100%, 0%, 88%, 43%) |
| LAB | lab(52.5 -56.3 51.9) |
| LCH | lch(52.5 76.5 137.3) |
| OKLCH | oklch(0.572 0.190 143.2) |
Copy-ready code
/* CSS */
color: #009211;
background-color: #009211;
/* Tailwind (arbitrary) */
class="text-[#009211] bg-[#009211]"
/* SCSS */
$brand: #009211;
/* SwiftUI */
Color(red: 0.000, green: 0.573, blue: 0.067)
/* Android */
Color.parseColor("#009211")Accessibility — WCAG contrast
Aa
#009211 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009211 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green57.3%
Blue6.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow88.4%
Key (black)42.7%
Color previews
#009211 text on a black background
contrast 5.12:1
Card sample
#009211 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009211;
Background color
Panel with #009211 background
background-color: #009211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 146, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 146, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009211; background: linear-gradient(135deg, #009211, #009272);