#086331
a deep, electric green · cool · closest name: seagreen
RGB
8, 99, 49
HSL
147°, 85%, 21%
CMYK
92, 0, 51, 61
Luminance
0.0920
Every format
| HEX | #086331 |
| RGB | rgb(8, 99, 49) |
| HSL | hsl(147, 85%, 21%) |
| CMYK | cmyk(92%, 0%, 51%, 61%) |
| LAB | lab(36.4 -36.9 21.6) |
| LCH | lch(36.4 42.8 149.7) |
| OKLCH | oklch(0.439 0.112 151.9) |
Copy-ready code
/* CSS */
color: #086331;
background-color: #086331;
/* Tailwind (arbitrary) */
class="text-[#086331] bg-[#086331]"
/* SCSS */
$brand: #086331;
/* SwiftUI */
Color(red: 0.031, green: 0.388, blue: 0.192)
/* Android */
Color.parseColor("#086331")Accessibility — WCAG contrast
Aa
#086331 on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#086331 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green38.8%
Blue19.2%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow50.5%
Key (black)61.2%
Color previews
#086331 text on a black background
contrast 2.84:1
Card sample
#086331 text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086331;
Background color
Panel with #086331 background
background-color: #086331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 99, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 99, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086331; background: linear-gradient(135deg, #086331, #085863);