#163816
a deep, soft green · cool · closest name: darkslategray
RGB
22, 56, 22
HSL
120°, 44%, 15%
CMYK
61, 0, 61, 78
Luminance
0.0306
Every format
| HEX | #163816 |
| RGB | rgb(22, 56, 22) |
| HSL | hsl(120, 44%, 15%) |
| CMYK | cmyk(61%, 0%, 61%, 78%) |
| LAB | lab(20.3 -20.9 17.4) |
| LCH | lch(20.3 27.2 140.2) |
| OKLCH | oklch(0.306 0.070 143.6) |
Copy-ready code
/* CSS */
color: #163816;
background-color: #163816;
/* Tailwind (arbitrary) */
class="text-[#163816] bg-[#163816]"
/* SCSS */
$brand: #163816;
/* SwiftUI */
Color(red: 0.086, green: 0.220, blue: 0.086)
/* Android */
Color.parseColor("#163816")Accessibility — WCAG contrast
Aa
#163816 on white: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#163816 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green22.0%
Blue8.6%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow60.7%
Key (black)78.0%
Color previews
#163816 text on a black background
contrast 1.61:1
Card sample
#163816 text on a white background
contrast 13.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #163816;
Background color
Panel with #163816 background
background-color: #163816;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #163816;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 56, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 56, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #163816; background: linear-gradient(135deg, #163816, #16382D);