#008547
a dark, electric green · cool · closest name: seagreen
RGB
0, 133, 71
HSL
152°, 100%, 26%
CMYK
100, 0, 47, 48
Luminance
0.1723
Every format
| HEX | #008547 |
| RGB | rgb(0, 133, 71) |
| HSL | hsl(152, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 47%, 48%) |
| LAB | lab(48.5 -46.0 24.9) |
| LCH | lch(48.5 52.3 151.6) |
| OKLCH | oklch(0.541 0.138 153.6) |
Copy-ready code
/* CSS */
color: #008547;
background-color: #008547;
/* Tailwind (arbitrary) */
class="text-[#008547] bg-[#008547]"
/* SCSS */
$brand: #008547;
/* SwiftUI */
Color(red: 0.000, green: 0.522, blue: 0.278)
/* Android */
Color.parseColor("#008547")Accessibility — WCAG contrast
Aa
#008547 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008547 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green52.2%
Blue27.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow46.6%
Key (black)47.8%
Color previews
#008547 text on a black background
contrast 4.45:1
Card sample
#008547 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008547;
Background color
Panel with #008547 background
background-color: #008547;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008547;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 133, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 133, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008547; background: linear-gradient(135deg, #008547, #006A85);