#008857
a dark, electric green · cool · closest name: seagreen
RGB
0, 136, 87
HSL
158°, 100%, 27%
CMYK
100, 0, 36, 47
Luminance
0.1830
Every format
| HEX | #008857 |
| RGB | rgb(0, 136, 87) |
| HSL | hsl(158, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 36%, 47%) |
| LAB | lab(49.9 -43.8 17.7) |
| LCH | lch(49.9 47.2 158.0) |
| OKLCH | oklch(0.553 0.126 159.4) |
Copy-ready code
/* CSS */
color: #008857;
background-color: #008857;
/* Tailwind (arbitrary) */
class="text-[#008857] bg-[#008857]"
/* SCSS */
$brand: #008857;
/* SwiftUI */
Color(red: 0.000, green: 0.533, blue: 0.341)
/* Android */
Color.parseColor("#008857")Accessibility — WCAG contrast
Aa
#008857 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008857 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.3%
Blue34.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow36.0%
Key (black)46.7%
Color previews
#008857 text on a black background
contrast 4.66:1
Card sample
#008857 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008857;
Background color
Panel with #008857 background
background-color: #008857;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008857;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 136, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 136, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008857; background: linear-gradient(135deg, #008857, #005E88);