#086b13
a deep, electric green · cool · closest name: forestgreen
RGB
8, 107, 19
HSL
127°, 86%, 23%
CMYK
93, 0, 82, 58
Luminance
0.1061
Every format
| HEX | #086b13 |
| RGB | rgb(8, 107, 19) |
| HSL | hsl(127, 86%, 23%) |
| CMYK | cmyk(93%, 0%, 82%, 58%) |
| LAB | lab(38.9 -43.6 38.8) |
| LCH | lch(38.9 58.4 138.4) |
| OKLCH | oklch(0.459 0.146 143.6) |
Copy-ready code
/* CSS */
color: #086b13;
background-color: #086b13;
/* Tailwind (arbitrary) */
class="text-[#086b13] bg-[#086b13]"
/* SCSS */
$brand: #086b13;
/* SwiftUI */
Color(red: 0.031, green: 0.420, blue: 0.075)
/* Android */
Color.parseColor("#086b13")Accessibility — WCAG contrast
Aa
#086b13 on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086b13 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green42.0%
Blue7.5%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow82.2%
Key (black)58.0%
Color previews
#086b13 text on a black background
contrast 3.12:1
Card sample
#086b13 text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086b13;
Background color
Panel with #086b13 background
background-color: #086b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 107, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 107, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086b13; background: linear-gradient(135deg, #086b13, #086B55);