#008146
a dark, electric green · cool · closest name: seagreen
RGB
0, 129, 70
HSL
153°, 100%, 25%
CMYK
100, 0, 46, 49
Luminance
0.1614
Every format
| HEX | #008146 |
| RGB | rgb(0, 129, 70) |
| HSL | hsl(153, 100%, 25%) |
| CMYK | cmyk(100%, 0%, 46%, 49%) |
| LAB | lab(47.2 -44.7 23.6) |
| LCH | lch(47.2 50.6 152.1) |
| OKLCH | oklch(0.529 0.133 154.1) |
Copy-ready code
/* CSS */
color: #008146;
background-color: #008146;
/* Tailwind (arbitrary) */
class="text-[#008146] bg-[#008146]"
/* SCSS */
$brand: #008146;
/* SwiftUI */
Color(red: 0.000, green: 0.506, blue: 0.275)
/* Android */
Color.parseColor("#008146")Accessibility — WCAG contrast
Aa
#008146 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008146 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green50.6%
Blue27.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow45.7%
Key (black)49.4%
Color previews
#008146 text on a black background
contrast 4.23:1
Card sample
#008146 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008146;
Background color
Panel with #008146 background
background-color: #008146;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008146;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 129, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 129, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008146; background: linear-gradient(135deg, #008146, #006681);