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