#086a39
a deep, electric green · cool · closest name: seagreen
RGB
8, 106, 57
HSL
150°, 86%, 22%
CMYK
93, 0, 46, 58
Luminance
0.1066
Every format
| HEX | #086a39 |
| RGB | rgb(8, 106, 57) |
| HSL | hsl(150, 86%, 22%) |
| CMYK | cmyk(93%, 0%, 46%, 58%) |
| LAB | lab(39.0 -38.0 20.4) |
| LCH | lch(39.0 43.2 151.8) |
| OKLCH | oklch(0.461 0.114 153.8) |
Copy-ready code
/* CSS */
color: #086a39;
background-color: #086a39;
/* Tailwind (arbitrary) */
class="text-[#086a39] bg-[#086a39]"
/* SCSS */
$brand: #086a39;
/* SwiftUI */
Color(red: 0.031, green: 0.416, blue: 0.224)
/* Android */
Color.parseColor("#086a39")Accessibility — WCAG contrast
Aa
#086a39 on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086a39 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green41.6%
Blue22.4%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow46.2%
Key (black)58.4%
Color previews
#086a39 text on a black background
contrast 3.13:1
Card sample
#086a39 text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086a39;
Background color
Panel with #086a39 background
background-color: #086a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 106, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 106, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086a39; background: linear-gradient(135deg, #086a39, #085A6A);