#008a49
a dark, electric green · cool · closest name: seagreen
RGB
0, 138, 73
HSL
152°, 100%, 27%
CMYK
100, 0, 47, 46
Luminance
0.1866
Every format
| HEX | #008a49 |
| RGB | rgb(0, 138, 73) |
| HSL | hsl(152, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 47%, 46%) |
| LAB | lab(50.3 -47.4 26.0) |
| LCH | lch(50.3 54.1 151.2) |
| OKLCH | oklch(0.555 0.142 153.3) |
Copy-ready code
/* CSS */
color: #008a49;
background-color: #008a49;
/* Tailwind (arbitrary) */
class="text-[#008a49] bg-[#008a49]"
/* SCSS */
$brand: #008a49;
/* SwiftUI */
Color(red: 0.000, green: 0.541, blue: 0.286)
/* Android */
Color.parseColor("#008a49")Accessibility — WCAG contrast
Aa
#008a49 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008a49 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green54.1%
Blue28.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow47.1%
Key (black)45.9%
Color previews
#008a49 text on a black background
contrast 4.73:1
Card sample
#008a49 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008a49;
Background color
Panel with #008a49 background
background-color: #008a49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008a49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 138, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 138, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008a49; background: linear-gradient(135deg, #008a49, #006F8A);