#008542
a dark, electric green · cool · closest name: seagreen
RGB
0, 133, 66
HSL
150°, 100%, 26%
CMYK
100, 0, 50, 48
Luminance
0.1717
Every format
| HEX | #008542 |
| RGB | rgb(0, 133, 66) |
| HSL | hsl(150, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 50%, 48%) |
| LAB | lab(48.5 -46.9 27.5) |
| LCH | lch(48.5 54.4 149.6) |
| OKLCH | oklch(0.540 0.142 151.9) |
Copy-ready code
/* CSS */
color: #008542;
background-color: #008542;
/* Tailwind (arbitrary) */
class="text-[#008542] bg-[#008542]"
/* SCSS */
$brand: #008542;
/* SwiftUI */
Color(red: 0.000, green: 0.522, blue: 0.259)
/* Android */
Color.parseColor("#008542")Accessibility — WCAG contrast
Aa
#008542 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#008542 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green52.2%
Blue25.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow50.4%
Key (black)47.8%
Color previews
#008542 text on a black background
contrast 4.43:1
Card sample
#008542 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008542;
Background color
Panel with #008542 background
background-color: #008542;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008542;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 133, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 133, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008542; background: linear-gradient(135deg, #008542, #006F85);