#00880c
a dark, electric green · cool · closest name: green
RGB
0, 136, 12
HSL
125°, 100%, 27%
CMYK
100, 0, 91, 47
Luminance
0.1763
Every format
| HEX | #00880c |
| RGB | rgb(0, 136, 12) |
| HSL | hsl(125, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 91%, 47%) |
| LAB | lab(49.0 -53.6 49.9) |
| LCH | lch(49.0 73.2 137.0) |
| OKLCH | oklch(0.543 0.182 143.0) |
Copy-ready code
/* CSS */
color: #00880c;
background-color: #00880c;
/* Tailwind (arbitrary) */
class="text-[#00880c] bg-[#00880c]"
/* SCSS */
$brand: #00880c;
/* SwiftUI */
Color(red: 0.000, green: 0.533, blue: 0.047)
/* Android */
Color.parseColor("#00880c")Accessibility — WCAG contrast
Aa
#00880c on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00880c on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.3%
Blue4.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow91.2%
Key (black)46.7%
Color previews
#00880c text on a black background
contrast 4.53:1
Card sample
#00880c text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00880c;
Background color
Panel with #00880c background
background-color: #00880c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00880c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 136, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 136, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00880c; background: linear-gradient(135deg, #00880c, #008867);