#162913
a deep, soft green · cool · closest name: black
RGB
22, 41, 19
HSL
112°, 37%, 12%
CMYK
46, 0, 54, 84
Luminance
0.0180
Every format
| HEX | #162913 |
| RGB | rgb(22, 41, 19) |
| HSL | hsl(112, 37%, 12%) |
| CMYK | cmyk(46%, 0%, 54%, 84%) |
| LAB | lab(14.4 -13.4 12.0) |
| LCH | lch(14.4 18.0 138.1) |
| OKLCH | oklch(0.258 0.047 141.1) |
Copy-ready code
/* CSS */
color: #162913;
background-color: #162913;
/* Tailwind (arbitrary) */
class="text-[#162913] bg-[#162913]"
/* SCSS */
$brand: #162913;
/* SwiftUI */
Color(red: 0.086, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#162913")Accessibility — WCAG contrast
Aa
#162913 on white: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#162913 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green16.1%
Blue7.5%
CMYK percentages
Cyan46.3%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#162913 text on a black background
contrast 1.36:1
Card sample
#162913 text on a white background
contrast 15.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #162913;
Background color
Panel with #162913 background
background-color: #162913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #162913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #162913; background: linear-gradient(135deg, #162913, #13291F);