#163621
a deep, soft green · cool · closest name: darkslategray
RGB
22, 54, 33
HSL
141°, 42%, 15%
CMYK
59, 0, 39, 79
Luminance
0.0292
Every format
| HEX | #163621 |
| RGB | rgb(22, 54, 33) |
| HSL | hsl(141, 42%, 15%) |
| CMYK | cmyk(59%, 0%, 39%, 79%) |
| LAB | lab(19.7 -17.7 9.7) |
| LCH | lch(19.7 20.2 151.2) |
| OKLCH | oklch(0.302 0.054 153.1) |
Copy-ready code
/* CSS */
color: #163621;
background-color: #163621;
/* Tailwind (arbitrary) */
class="text-[#163621] bg-[#163621]"
/* SCSS */
$brand: #163621;
/* SwiftUI */
Color(red: 0.086, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#163621")Accessibility — WCAG contrast
Aa
#163621 on white: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#163621 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green21.2%
Blue12.9%
CMYK percentages
Cyan59.3%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#163621 text on a black background
contrast 1.58:1
Card sample
#163621 text on a white background
contrast 13.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #163621;
Background color
Panel with #163621 background
background-color: #163621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #163621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #163621; background: linear-gradient(135deg, #163621, #163636);