#082016
a deep, vivid green · cool · closest name: black
RGB
8, 32, 22
HSL
155°, 60%, 8%
CMYK
75, 0, 31, 88
Luminance
0.0114
Every format
| HEX | #082016 |
| RGB | rgb(8, 32, 22) |
| HSL | hsl(155, 60%, 8%) |
| CMYK | cmyk(75%, 0%, 31%, 88%) |
| LAB | lab(10.1 -12.5 4.0) |
| LCH | lch(10.1 13.1 162.1) |
| OKLCH | oklch(0.221 0.036 163.5) |
Copy-ready code
/* CSS */
color: #082016;
background-color: #082016;
/* Tailwind (arbitrary) */
class="text-[#082016] bg-[#082016]"
/* SCSS */
$brand: #082016;
/* SwiftUI */
Color(red: 0.031, green: 0.125, blue: 0.086)
/* Android */
Color.parseColor("#082016")Accessibility — WCAG contrast
Aa
#082016 on white: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082016 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green12.5%
Blue8.6%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow31.2%
Key (black)87.5%
Color previews
#082016 text on a black background
contrast 1.23:1
Card sample
#082016 text on a white background
contrast 17.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082016;
Background color
Panel with #082016 background
background-color: #082016;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082016;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 32, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 32, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082016; background: linear-gradient(135deg, #082016, #081A20);