#087439
a deep, electric green · cool · closest name: seagreen
RGB
8, 116, 57
HSL
147°, 87%, 24%
CMYK
93, 0, 51, 55
Luminance
0.1284
Every format
| HEX | #087439 |
| RGB | rgb(8, 116, 57) |
| HSL | hsl(147, 87%, 24%) |
| CMYK | cmyk(93%, 0%, 51%, 55%) |
| LAB | lab(42.5 -41.8 24.9) |
| LCH | lch(42.5 48.7 149.2) |
| OKLCH | oklch(0.490 0.127 151.6) |
Copy-ready code
/* CSS */
color: #087439;
background-color: #087439;
/* Tailwind (arbitrary) */
class="text-[#087439] bg-[#087439]"
/* SCSS */
$brand: #087439;
/* SwiftUI */
Color(red: 0.031, green: 0.455, blue: 0.224)
/* Android */
Color.parseColor("#087439")Accessibility — WCAG contrast
Aa
#087439 on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#087439 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green45.5%
Blue22.4%
CMYK percentages
Cyan93.1%
Magenta0.0%
Yellow50.9%
Key (black)54.5%
Color previews
#087439 text on a black background
contrast 3.57:1
Card sample
#087439 text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087439;
Background color
Panel with #087439 background
background-color: #087439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 116, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 116, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087439; background: linear-gradient(135deg, #087439, #086774);