#164021
a deep, vivid green · cool · closest name: darkslategray
RGB
22, 64, 33
HSL
136°, 49%, 17%
CMYK
66, 0, 48, 75
Luminance
0.0395
Every format
| HEX | #164021 |
| RGB | rgb(22, 64, 33) |
| HSL | hsl(136, 49%, 17%) |
| CMYK | cmyk(66%, 0%, 48%, 75%) |
| LAB | lab(23.5 -22.8 14.7) |
| LCH | lch(23.5 27.1 147.2) |
| OKLCH | oklch(0.333 0.071 149.5) |
Copy-ready code
/* CSS */
color: #164021;
background-color: #164021;
/* Tailwind (arbitrary) */
class="text-[#164021] bg-[#164021]"
/* SCSS */
$brand: #164021;
/* SwiftUI */
Color(red: 0.086, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#164021")Accessibility — WCAG contrast
Aa
#164021 on white: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#164021 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green25.1%
Blue12.9%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow48.4%
Key (black)74.9%
Color previews
#164021 text on a black background
contrast 1.79:1
Card sample
#164021 text on a white background
contrast 11.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #164021;
Background color
Panel with #164021 background
background-color: #164021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #164021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #164021; background: linear-gradient(135deg, #164021, #16403D);