#162206
a deep, vivid green · cool · closest name: black
RGB
22, 34, 6
HSL
86°, 70%, 8%
CMYK
35, 0, 82, 87
Luminance
0.0133
Every format
| HEX | #162206 |
| RGB | rgb(22, 34, 6) |
| HSL | hsl(86, 70%, 8%) |
| CMYK | cmyk(35%, 0%, 82%, 87%) |
| LAB | lab(11.5 -11.2 14.3) |
| LCH | lch(11.5 18.2 128.0) |
| OKLCH | oklch(0.233 0.050 129.1) |
Copy-ready code
/* CSS */
color: #162206;
background-color: #162206;
/* Tailwind (arbitrary) */
class="text-[#162206] bg-[#162206]"
/* SCSS */
$brand: #162206;
/* SwiftUI */
Color(red: 0.086, green: 0.133, blue: 0.024)
/* Android */
Color.parseColor("#162206")Accessibility — WCAG contrast
Aa
#162206 on white: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#162206 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green13.3%
Blue2.4%
CMYK percentages
Cyan35.3%
Magenta0.0%
Yellow82.4%
Key (black)86.7%
Color previews
#162206 text on a black background
contrast 1.27:1
Card sample
#162206 text on a white background
contrast 16.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #162206;
Background color
Panel with #162206 background
background-color: #162206;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #162206;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 34, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 34, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #162206; background: linear-gradient(135deg, #162206, #062209);