#008811
a dark, electric green · cool · closest name: green
RGB
0, 136, 17
HSL
128°, 100%, 27%
CMYK
100, 0, 88, 47
Luminance
0.1765
Every format
| HEX | #008811 |
| RGB | rgb(0, 136, 17) |
| HSL | hsl(128, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 88%, 47%) |
| LAB | lab(49.1 -53.4 48.8) |
| LCH | lch(49.1 72.3 137.6) |
| OKLCH | oklch(0.544 0.180 143.3) |
Copy-ready code
/* CSS */
color: #008811;
background-color: #008811;
/* Tailwind (arbitrary) */
class="text-[#008811] bg-[#008811]"
/* SCSS */
$brand: #008811;
/* SwiftUI */
Color(red: 0.000, green: 0.533, blue: 0.067)
/* Android */
Color.parseColor("#008811")Accessibility — WCAG contrast
Aa
#008811 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008811 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.3%
Blue6.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow87.5%
Key (black)46.7%
Color previews
#008811 text on a black background
contrast 4.53:1
Card sample
#008811 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008811;
Background color
Panel with #008811 background
background-color: #008811;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008811;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 136, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 136, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008811; background: linear-gradient(135deg, #008811, #00886C);