#086b00
a deep, electric green · cool · closest name: green
RGB
8, 107, 0
HSL
116°, 100%, 21%
CMYK
93, 0, 100, 58
Luminance
0.1057
Every format
| HEX | #086b00 |
| RGB | rgb(8, 107, 0) |
| HSL | hsl(116, 100%, 21%) |
| CMYK | cmyk(93%, 0%, 100%, 58%) |
| LAB | lab(38.8 -44.7 44.0) |
| LCH | lch(38.8 62.7 135.4) |
| OKLCH | oklch(0.458 0.154 142.0) |
Copy-ready code
/* CSS */
color: #086b00;
background-color: #086b00;
/* Tailwind (arbitrary) */
class="text-[#086b00] bg-[#086b00]"
/* SCSS */
$brand: #086b00;
/* SwiftUI */
Color(red: 0.031, green: 0.420, blue: 0.000)
/* Android */
Color.parseColor("#086b00")Accessibility — WCAG contrast
Aa
#086b00 on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086b00 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green42.0%
Blue0.0%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow100.0%
Key (black)58.0%
Color previews
#086b00 text on a black background
contrast 3.11:1
Card sample
#086b00 text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086b00;
Background color
Panel with #086b00 background
background-color: #086b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 107, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 107, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086b00; background: linear-gradient(135deg, #086b00, #006B3F);