#008855
a dark, electric green · cool · closest name: seagreen
RGB
0, 136, 85
HSL
158°, 100%, 27%
CMYK
100, 0, 38, 47
Luminance
0.1826
Every format
| HEX | #008855 |
| RGB | rgb(0, 136, 85) |
| HSL | hsl(158, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 38%, 47%) |
| LAB | lab(49.8 -44.2 18.8) |
| LCH | lch(49.8 48.0 157.0) |
| OKLCH | oklch(0.552 0.128 158.4) |
Copy-ready code
/* CSS */
color: #008855;
background-color: #008855;
/* Tailwind (arbitrary) */
class="text-[#008855] bg-[#008855]"
/* SCSS */
$brand: #008855;
/* SwiftUI */
Color(red: 0.000, green: 0.533, blue: 0.333)
/* Android */
Color.parseColor("#008855")Accessibility — WCAG contrast
Aa
#008855 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008855 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.3%
Blue33.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow37.5%
Key (black)46.7%
Color previews
#008855 text on a black background
contrast 4.65:1
Card sample
#008855 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008855;
Background color
Panel with #008855 background
background-color: #008855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 136, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 136, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008855; background: linear-gradient(135deg, #008855, #006088);