#008141
a dark, electric green · cool · closest name: seagreen
RGB
0, 129, 65
HSL
150°, 100%, 25%
CMYK
100, 0, 50, 49
Luminance
0.1608
Every format
| HEX | #008141 |
| RGB | rgb(0, 129, 65) |
| HSL | hsl(150, 100%, 25%) |
| CMYK | cmyk(100%, 0%, 50%, 49%) |
| LAB | lab(47.1 -45.7 26.3) |
| LCH | lch(47.1 52.7 150.1) |
| OKLCH | oklch(0.528 0.138 152.3) |
Copy-ready code
/* CSS */
color: #008141;
background-color: #008141;
/* Tailwind (arbitrary) */
class="text-[#008141] bg-[#008141]"
/* SCSS */
$brand: #008141;
/* SwiftUI */
Color(red: 0.000, green: 0.506, blue: 0.255)
/* Android */
Color.parseColor("#008141")Accessibility — WCAG contrast
Aa
#008141 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008141 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green50.6%
Blue25.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow49.6%
Key (black)49.4%
Color previews
#008141 text on a black background
contrast 4.22:1
Card sample
#008141 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008141;
Background color
Panel with #008141 background
background-color: #008141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 129, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 129, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008141; background: linear-gradient(135deg, #008141, #006B81);