#086539
a deep, electric green · cool · closest name: seagreen
RGB
8, 101, 57
HSL
152°, 85%, 21%
CMYK
92, 0, 44, 60
Luminance
0.0965
Every format
| HEX | #086539 |
| RGB | rgb(8, 101, 57) |
| HSL | hsl(152, 85%, 21%) |
| CMYK | cmyk(92%, 0%, 44%, 60%) |
| LAB | lab(37.2 -36.1 18.1) |
| LCH | lch(37.2 40.3 153.4) |
| OKLCH | oklch(0.447 0.107 155.2) |
Copy-ready code
/* CSS */
color: #086539;
background-color: #086539;
/* Tailwind (arbitrary) */
class="text-[#086539] bg-[#086539]"
/* SCSS */
$brand: #086539;
/* SwiftUI */
Color(red: 0.031, green: 0.396, blue: 0.224)
/* Android */
Color.parseColor("#086539")Accessibility — WCAG contrast
Aa
#086539 on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#086539 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green39.6%
Blue22.4%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow43.6%
Key (black)60.4%
Color previews
#086539 text on a black background
contrast 2.93:1
Card sample
#086539 text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086539;
Background color
Panel with #086539 background
background-color: #086539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 101, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 101, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086539; background: linear-gradient(135deg, #086539, #085365);