#087f39
a dark, electric green · cool · closest name: seagreen
RGB
8, 127, 57
HSL
145°, 88%, 27%
CMYK
94, 0, 55, 50
Luminance
0.1553
Every format
| HEX | #087f39 |
| RGB | rgb(8, 127, 57) |
| HSL | hsl(145, 88%, 27%) |
| CMYK | cmyk(94%, 0%, 55%, 50%) |
| LAB | lab(46.3 -45.8 29.6) |
| LCH | lch(46.3 54.5 147.1) |
| OKLCH | oklch(0.522 0.142 149.8) |
Copy-ready code
/* CSS */
color: #087f39;
background-color: #087f39;
/* Tailwind (arbitrary) */
class="text-[#087f39] bg-[#087f39]"
/* SCSS */
$brand: #087f39;
/* SwiftUI */
Color(red: 0.031, green: 0.498, blue: 0.224)
/* Android */
Color.parseColor("#087f39")Accessibility — WCAG contrast
Aa
#087f39 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#087f39 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green49.8%
Blue22.4%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow55.1%
Key (black)50.2%
Color previews
#087f39 text on a black background
contrast 4.11:1
Card sample
#087f39 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087f39;
Background color
Panel with #087f39 background
background-color: #087f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 127, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 127, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087f39; background: linear-gradient(135deg, #087f39, #08767F);