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