#161c06
a deep, vivid green · cool · closest name: black
RGB
22, 28, 6
HSL
76°, 65%, 7%
CMYK
21, 0, 79, 89
Luminance
0.0101
Every format
| HEX | #161c06 |
| RGB | rgb(22, 28, 6) |
| HSL | hsl(76, 65%, 7%) |
| CMYK | cmyk(21%, 0%, 79%, 89%) |
| LAB | lab(9.1 -7.3 11.0) |
| LCH | lch(9.1 13.3 123.7) |
| OKLCH | oklch(0.214 0.040 122.3) |
Copy-ready code
/* CSS */
color: #161c06;
background-color: #161c06;
/* Tailwind (arbitrary) */
class="text-[#161c06] bg-[#161c06]"
/* SCSS */
$brand: #161c06;
/* SwiftUI */
Color(red: 0.086, green: 0.110, blue: 0.024)
/* Android */
Color.parseColor("#161c06")Accessibility — WCAG contrast
Aa
#161c06 on white: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#161c06 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green11.0%
Blue2.4%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow78.6%
Key (black)89.0%
Color previews
#161c06 text on a black background
contrast 1.20:1
Card sample
#161c06 text on a white background
contrast 17.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #161c06;
Background color
Panel with #161c06 background
background-color: #161c06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #161c06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 28, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 28, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #161c06; background: linear-gradient(135deg, #161c06, #071C06);