#086713
a deep, electric green · cool · closest name: forestgreen
RGB
8, 103, 19
HSL
127°, 86%, 22%
CMYK
92, 0, 82, 60
Luminance
0.0980
Every format
| HEX | #086713 |
| RGB | rgb(8, 103, 19) |
| HSL | hsl(127, 86%, 22%) |
| CMYK | cmyk(92%, 0%, 82%, 60%) |
| LAB | lab(37.5 -42.3 37.4) |
| LCH | lch(37.5 56.5 138.5) |
| OKLCH | oklch(0.447 0.142 143.7) |
Copy-ready code
/* CSS */
color: #086713;
background-color: #086713;
/* Tailwind (arbitrary) */
class="text-[#086713] bg-[#086713]"
/* SCSS */
$brand: #086713;
/* SwiftUI */
Color(red: 0.031, green: 0.404, blue: 0.075)
/* Android */
Color.parseColor("#086713")Accessibility — WCAG contrast
Aa
#086713 on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#086713 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green40.4%
Blue7.5%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow81.6%
Key (black)59.6%
Color previews
#086713 text on a black background
contrast 2.96:1
Card sample
#086713 text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086713;
Background color
Panel with #086713 background
background-color: #086713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 103, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 103, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086713; background: linear-gradient(135deg, #086713, #086752);