#167621
a dark, vivid green · cool · closest name: forestgreen
RGB
22, 118, 33
HSL
127°, 69%, 28%
CMYK
81, 0, 72, 54
Luminance
0.1324
Every format
| HEX | #167621 |
| RGB | rgb(22, 118, 33) |
| HSL | hsl(127, 69%, 28%) |
| CMYK | cmyk(81%, 0%, 72%, 54%) |
| LAB | lab(43.1 -44.4 37.6) |
| LCH | lch(43.1 58.2 139.7) |
| OKLCH | oklch(0.495 0.148 144.3) |
Copy-ready code
/* CSS */
color: #167621;
background-color: #167621;
/* Tailwind (arbitrary) */
class="text-[#167621] bg-[#167621]"
/* SCSS */
$brand: #167621;
/* SwiftUI */
Color(red: 0.086, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#167621")Accessibility — WCAG contrast
Aa
#167621 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#167621 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green46.3%
Blue12.9%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#167621 text on a black background
contrast 3.65:1
Card sample
#167621 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #167621;
Background color
Panel with #167621 background
background-color: #167621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #167621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #167621; background: linear-gradient(135deg, #167621, #167661);