#008009
a dark, electric green · cool · “green”
RGB
0, 128, 9
HSL
124°, 100%, 25%
CMYK
100, 0, 93, 50
Luminance
0.1546
Every format
| HEX | #008009 |
| RGB | rgb(0, 128, 9) |
| HSL | hsl(124, 100%, 25%) |
| CMYK | cmyk(100%, 0%, 93%, 50%) |
| LAB | lab(46.3 -51.4 48.1) |
| LCH | lch(46.3 70.3 136.9) |
| OKLCH | oklch(0.520 0.174 143.0) |
Copy-ready code
/* CSS */
color: #008009;
background-color: #008009;
/* Tailwind (arbitrary) */
class="text-[#008009] bg-[#008009]"
/* SCSS */
$brand: #008009;
/* SwiftUI */
Color(red: 0.000, green: 0.502, blue: 0.035)
/* Android */
Color.parseColor("#008009")Accessibility — WCAG contrast
Aa
#008009 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008009 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green50.2%
Blue3.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow93.0%
Key (black)49.8%
Color previews
#008009 text on a black background
contrast 4.09:1
Card sample
#008009 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008009;
Background color
Panel with #008009 background
background-color: #008009;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008009;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 128, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 128, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008009; background: linear-gradient(135deg, #008009, #00805E);