#164321
a deep, vivid green · cool · closest name: darkslategray
RGB
22, 67, 33
HSL
135°, 51%, 18%
CMYK
67, 0, 51, 74
Luminance
0.0429
Every format
| HEX | #164321 |
| RGB | rgb(22, 67, 33) |
| HSL | hsl(135, 51%, 18%) |
| CMYK | cmyk(67%, 0%, 51%, 74%) |
| LAB | lab(24.6 -24.2 16.1) |
| LCH | lch(24.6 29.1 146.3) |
| OKLCH | oklch(0.342 0.076 148.8) |
Copy-ready code
/* CSS */
color: #164321;
background-color: #164321;
/* Tailwind (arbitrary) */
class="text-[#164321] bg-[#164321]"
/* SCSS */
$brand: #164321;
/* SwiftUI */
Color(red: 0.086, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#164321")Accessibility — WCAG contrast
Aa
#164321 on white: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#164321 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green26.3%
Blue12.9%
CMYK percentages
Cyan67.2%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#164321 text on a black background
contrast 1.86:1
Card sample
#164321 text on a white background
contrast 11.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #164321;
Background color
Panel with #164321 background
background-color: #164321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #164321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #164321; background: linear-gradient(135deg, #164321, #16433F);