#008554
a dark, electric green · cool · closest name: seagreen
RGB
0, 133, 84
HSL
158°, 100%, 26%
CMYK
100, 0, 37, 48
Luminance
0.1742
Every format
| HEX | #008554 |
| RGB | rgb(0, 133, 84) |
| HSL | hsl(158, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 37%, 48%) |
| LAB | lab(48.8 -43.3 17.9) |
| LCH | lch(48.8 46.8 157.5) |
| OKLCH | oklch(0.544 0.125 158.9) |
Copy-ready code
/* CSS */
color: #008554;
background-color: #008554;
/* Tailwind (arbitrary) */
class="text-[#008554] bg-[#008554]"
/* SCSS */
$brand: #008554;
/* SwiftUI */
Color(red: 0.000, green: 0.522, blue: 0.329)
/* Android */
Color.parseColor("#008554")Accessibility — WCAG contrast
Aa
#008554 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008554 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green52.2%
Blue32.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow36.8%
Key (black)47.8%
Color previews
#008554 text on a black background
contrast 4.48:1
Card sample
#008554 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008554;
Background color
Panel with #008554 background
background-color: #008554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 133, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 133, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008554; background: linear-gradient(135deg, #008554, #005D85);