#16620b
a deep, electric green · cool · closest name: forestgreen
RGB
22, 98, 11
HSL
112°, 80%, 21%
CMYK
78, 0, 89, 62
Luminance
0.0893
Every format
| HEX | #16620b |
| RGB | rgb(22, 98, 11) |
| HSL | hsl(112, 80%, 21%) |
| CMYK | cmyk(78%, 0%, 89%, 62%) |
| LAB | lab(35.9 -39.2 38.5) |
| LCH | lch(35.9 55.0 135.5) |
| OKLCH | oklch(0.434 0.137 141.5) |
Copy-ready code
/* CSS */
color: #16620b;
background-color: #16620b;
/* Tailwind (arbitrary) */
class="text-[#16620b] bg-[#16620b]"
/* SCSS */
$brand: #16620b;
/* SwiftUI */
Color(red: 0.086, green: 0.384, blue: 0.043)
/* Android */
Color.parseColor("#16620b")Accessibility — WCAG contrast
Aa
#16620b on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16620b on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.4%
Blue4.3%
CMYK percentages
Cyan77.6%
Magenta0.0%
Yellow88.8%
Key (black)61.6%
Color previews
#16620b text on a black background
contrast 2.79:1
Card sample
#16620b text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16620b;
Background color
Panel with #16620b background
background-color: #16620b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16620b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 98, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 98, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16620b; background: linear-gradient(135deg, #16620b, #0B623A);