#086f3b
a deep, electric green · cool · closest name: seagreen
RGB
8, 111, 59
HSL
150°, 87%, 23%
CMYK
93, 0, 47, 57
Luminance
0.1174
Every format
| HEX | #086f3b |
| RGB | rgb(8, 111, 59) |
| HSL | hsl(150, 87%, 23%) |
| CMYK | cmyk(93%, 0%, 47%, 57%) |
| LAB | lab(40.8 -39.6 21.6) |
| LCH | lch(40.8 45.1 151.4) |
| OKLCH | oklch(0.476 0.119 153.4) |
Copy-ready code
/* CSS */
color: #086f3b;
background-color: #086f3b;
/* Tailwind (arbitrary) */
class="text-[#086f3b] bg-[#086f3b]"
/* SCSS */
$brand: #086f3b;
/* SwiftUI */
Color(red: 0.031, green: 0.435, blue: 0.231)
/* Android */
Color.parseColor("#086f3b")Accessibility — WCAG contrast
Aa
#086f3b on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086f3b on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green43.5%
Blue23.1%
CMYK percentages
Cyan92.8%
Magenta0.0%
Yellow46.8%
Key (black)56.5%
Color previews
#086f3b text on a black background
contrast 3.35:1
Card sample
#086f3b text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086f3b;
Background color
Panel with #086f3b background
background-color: #086f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 111, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 111, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086f3b; background: linear-gradient(135deg, #086f3b, #085E6F);