#008607
a dark, electric green · cool · closest name: green
RGB
0, 134, 7
HSL
123°, 100%, 26%
CMYK
100, 0, 95, 48
Luminance
0.1707
Every format
| HEX | #008607 |
| RGB | rgb(0, 134, 7) |
| HSL | hsl(123, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 95%, 48%) |
| LAB | lab(48.3 -53.2 50.2) |
| LCH | lch(48.3 73.2 136.6) |
| OKLCH | oklch(0.537 0.181 142.8) |
Copy-ready code
/* CSS */
color: #008607;
background-color: #008607;
/* Tailwind (arbitrary) */
class="text-[#008607] bg-[#008607]"
/* SCSS */
$brand: #008607;
/* SwiftUI */
Color(red: 0.000, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#008607")Accessibility — WCAG contrast
Aa
#008607 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008607 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green52.5%
Blue2.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#008607 text on a black background
contrast 4.41:1
Card sample
#008607 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008607;
Background color
Panel with #008607 background
background-color: #008607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008607; background: linear-gradient(135deg, #008607, #008660);