#086e00
a deep, electric green · cool · closest name: green
RGB
8, 110, 0
HSL
116°, 100%, 22%
CMYK
93, 0, 100, 57
Luminance
0.1120
Every format
| HEX | #086e00 |
| RGB | rgb(8, 110, 0) |
| HSL | hsl(116, 100%, 22%) |
| CMYK | cmyk(93%, 0%, 100%, 57%) |
| LAB | lab(39.9 -45.6 44.9) |
| LCH | lch(39.9 64.0 135.5) |
| OKLCH | oklch(0.467 0.157 142.0) |
Copy-ready code
/* CSS */
color: #086e00;
background-color: #086e00;
/* Tailwind (arbitrary) */
class="text-[#086e00] bg-[#086e00]"
/* SCSS */
$brand: #086e00;
/* SwiftUI */
Color(red: 0.031, green: 0.431, blue: 0.000)
/* Android */
Color.parseColor("#086e00")Accessibility — WCAG contrast
Aa
#086e00 on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086e00 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green43.1%
Blue0.0%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow100.0%
Key (black)56.9%
Color previews
#086e00 text on a black background
contrast 3.24:1
Card sample
#086e00 text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086e00;
Background color
Panel with #086e00 background
background-color: #086e00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086e00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 110, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 110, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086e00; background: linear-gradient(135deg, #086e00, #006E41);