#081608
a deep, vivid green · cool · closest name: black
RGB
8, 22, 8
HSL
120°, 47%, 6%
CMYK
64, 0, 64, 91
Luminance
0.0064
Every format
| HEX | #081608 |
| RGB | rgb(8, 22, 8) |
| HSL | hsl(120, 47%, 6%) |
| CMYK | cmyk(64%, 0%, 64%, 91%) |
| LAB | lab(5.8 -7.4 5.3) |
| LCH | lch(5.8 9.1 144.4) |
| OKLCH | oklch(0.182 0.034 144.0) |
Copy-ready code
/* CSS */
color: #081608;
background-color: #081608;
/* Tailwind (arbitrary) */
class="text-[#081608] bg-[#081608]"
/* SCSS */
$brand: #081608;
/* SwiftUI */
Color(red: 0.031, green: 0.086, blue: 0.031)
/* Android */
Color.parseColor("#081608")Accessibility — WCAG contrast
Aa
#081608 on white: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081608 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green8.6%
Blue3.1%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow63.6%
Key (black)91.4%
Color previews
#081608 text on a black background
contrast 1.13:1
Card sample
#081608 text on a white background
contrast 18.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081608;
Background color
Panel with #081608 background
background-color: #081608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 22, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 22, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081608; background: linear-gradient(135deg, #081608, #081611);