#008921
a dark, electric green · cool · closest name: forestgreen
RGB
0, 137, 33
HSL
135°, 100%, 27%
CMYK
100, 0, 76, 46
Luminance
0.1800
Every format
| HEX | #008921 |
| RGB | rgb(0, 137, 33) |
| HSL | hsl(135, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 76%, 46%) |
| LAB | lab(49.5 -52.6 44.1) |
| LCH | lch(49.5 68.7 140.0) |
| OKLCH | oklch(0.547 0.173 144.8) |
Copy-ready code
/* CSS */
color: #008921;
background-color: #008921;
/* Tailwind (arbitrary) */
class="text-[#008921] bg-[#008921]"
/* SCSS */
$brand: #008921;
/* SwiftUI */
Color(red: 0.000, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#008921")Accessibility — WCAG contrast
Aa
#008921 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008921 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.7%
Blue12.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#008921 text on a black background
contrast 4.60:1
Card sample
#008921 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008921;
Background color
Panel with #008921 background
background-color: #008921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008921; background: linear-gradient(135deg, #008921, #00897D);