#009821
a dark, electric green · cool · closest name: forestgreen
RGB
0, 152, 33
HSL
133°, 100%, 30%
CMYK
100, 0, 78, 40
Luminance
0.2257
Every format
| HEX | #009821 |
| RGB | rgb(0, 152, 33) |
| HSL | hsl(133, 100%, 30%) |
| CMYK | cmyk(100%, 0%, 78%, 40%) |
| LAB | lab(54.6 -57.1 49.3) |
| LCH | lch(54.6 75.4 139.2) |
| OKLCH | oklch(0.590 0.190 144.3) |
Copy-ready code
/* CSS */
color: #009821;
background-color: #009821;
/* Tailwind (arbitrary) */
class="text-[#009821] bg-[#009821]"
/* SCSS */
$brand: #009821;
/* SwiftUI */
Color(red: 0.000, green: 0.596, blue: 0.129)
/* Android */
Color.parseColor("#009821")Accessibility — WCAG contrast
Aa
#009821 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009821 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green59.6%
Blue12.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow78.3%
Key (black)40.4%
Color previews
#009821 text on a black background
contrast 5.51:1
Card sample
#009821 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009821;
Background color
Panel with #009821 background
background-color: #009821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 152, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 152, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009821; background: linear-gradient(135deg, #009821, #009886);