#008822
a dark, electric green · cool · closest name: forestgreen
RGB
0, 136, 34
HSL
135°, 100%, 27%
CMYK
100, 0, 75, 47
Luminance
0.1772
Every format
| HEX | #008822 |
| RGB | rgb(0, 136, 34) |
| HSL | hsl(135, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 75%, 47%) |
| LAB | lab(49.2 -52.2 43.4) |
| LCH | lch(49.2 67.9 140.2) |
| OKLCH | oklch(0.545 0.172 144.9) |
Copy-ready code
/* CSS */
color: #008822;
background-color: #008822;
/* Tailwind (arbitrary) */
class="text-[#008822] bg-[#008822]"
/* SCSS */
$brand: #008822;
/* SwiftUI */
Color(red: 0.000, green: 0.533, blue: 0.133)
/* Android */
Color.parseColor("#008822")Accessibility — WCAG contrast
Aa
#008822 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008822 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.3%
Blue13.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow75.0%
Key (black)46.7%
Color previews
#008822 text on a black background
contrast 4.54:1
Card sample
#008822 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008822;
Background color
Panel with #008822 background
background-color: #008822;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008822;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 136, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 136, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008822; background: linear-gradient(135deg, #008822, #00887D);