#008f5b
a dark, electric green · cool · closest name: seagreen
RGB
0, 143, 91
HSL
158°, 100%, 28%
CMYK
100, 0, 36, 44
Luminance
0.2040
Every format
| HEX | #008f5b |
| RGB | rgb(0, 143, 91) |
| HSL | hsl(158, 100%, 28%) |
| CMYK | cmyk(100%, 0%, 36%, 44%) |
| LAB | lab(52.3 -45.5 18.7) |
| LCH | lch(52.3 49.2 157.7) |
| OKLCH | oklch(0.573 0.132 159.1) |
Copy-ready code
/* CSS */
color: #008f5b;
background-color: #008f5b;
/* Tailwind (arbitrary) */
class="text-[#008f5b] bg-[#008f5b]"
/* SCSS */
$brand: #008f5b;
/* SwiftUI */
Color(red: 0.000, green: 0.561, blue: 0.357)
/* Android */
Color.parseColor("#008f5b")Accessibility — WCAG contrast
Aa
#008f5b on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008f5b on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green56.1%
Blue35.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow36.4%
Key (black)43.9%
Color previews
#008f5b text on a black background
contrast 5.08:1
Card sample
#008f5b text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008f5b;
Background color
Panel with #008f5b background
background-color: #008f5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008f5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 143, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 143, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008f5b; background: linear-gradient(135deg, #008f5b, #00638F);