#163321
a deep, soft green · cool · closest name: darkslategray
RGB
22, 51, 33
HSL
143°, 40%, 14%
CMYK
57, 0, 35, 80
Luminance
0.0265
Every format
| HEX | #163321 |
| RGB | rgb(22, 51, 33) |
| HSL | hsl(143, 40%, 14%) |
| CMYK | cmyk(57%, 0%, 35%, 80%) |
| LAB | lab(18.6 -16.0 8.2) |
| LCH | lch(18.6 18.0 153.0) |
| OKLCH | oklch(0.292 0.048 154.8) |
Copy-ready code
/* CSS */
color: #163321;
background-color: #163321;
/* Tailwind (arbitrary) */
class="text-[#163321] bg-[#163321]"
/* SCSS */
$brand: #163321;
/* SwiftUI */
Color(red: 0.086, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#163321")Accessibility — WCAG contrast
Aa
#163321 on white: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#163321 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green20.0%
Blue12.9%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#163321 text on a black background
contrast 1.53:1
Card sample
#163321 text on a white background
contrast 13.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #163321;
Background color
Panel with #163321 background
background-color: #163321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #163321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #163321; background: linear-gradient(135deg, #163321, #163233);