#167921
a dark, vivid green · cool · closest name: forestgreen
RGB
22, 121, 33
HSL
127°, 69%, 28%
CMYK
82, 0, 73, 53
Luminance
0.1396
Every format
| HEX | #167921 |
| RGB | rgb(22, 121, 33) |
| HSL | hsl(127, 69%, 28%) |
| CMYK | cmyk(82%, 0%, 73%, 53%) |
| LAB | lab(44.2 -45.4 38.7) |
| LCH | lch(44.2 59.7 139.6) |
| OKLCH | oklch(0.504 0.151 144.2) |
Copy-ready code
/* CSS */
color: #167921;
background-color: #167921;
/* Tailwind (arbitrary) */
class="text-[#167921] bg-[#167921]"
/* SCSS */
$brand: #167921;
/* SwiftUI */
Color(red: 0.086, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#167921")Accessibility — WCAG contrast
Aa
#167921 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#167921 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green47.5%
Blue12.9%
CMYK percentages
Cyan81.8%
Magenta0.0%
Yellow72.7%
Key (black)52.5%
Color previews
#167921 text on a black background
contrast 3.79:1
Card sample
#167921 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #167921;
Background color
Panel with #167921 background
background-color: #167921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #167921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #167921; background: linear-gradient(135deg, #167921, #167963);