#162016
a deep, soft green · cool · closest name: black
RGB
22, 32, 22
HSL
120°, 19%, 11%
CMYK
31, 0, 31, 88
Luminance
0.0126
Every format
| HEX | #162016 |
| RGB | rgb(22, 32, 22) |
| HSL | hsl(120, 19%, 11%) |
| CMYK | cmyk(31%, 0%, 31%, 88%) |
| LAB | lab(11.0 -7.1 5.4) |
| LCH | lch(11.0 8.9 142.9) |
| OKLCH | oklch(0.230 0.024 144.8) |
Copy-ready code
/* CSS */
color: #162016;
background-color: #162016;
/* Tailwind (arbitrary) */
class="text-[#162016] bg-[#162016]"
/* SCSS */
$brand: #162016;
/* SwiftUI */
Color(red: 0.086, green: 0.125, blue: 0.086)
/* Android */
Color.parseColor("#162016")Accessibility — WCAG contrast
Aa
#162016 on white: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#162016 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green12.5%
Blue8.6%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow31.2%
Key (black)87.5%
Color previews
#162016 text on a black background
contrast 1.25:1
Card sample
#162016 text on a white background
contrast 16.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #162016;
Background color
Panel with #162016 background
background-color: #162016;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #162016;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 32, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 32, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #162016; background: linear-gradient(135deg, #162016, #16201D);