#167213
a dark, vivid green · cool · closest name: forestgreen
RGB
22, 114, 19
HSL
118°, 71%, 26%
CMYK
81, 0, 83, 55
Luminance
0.1225
Every format
| HEX | #167213 |
| RGB | rgb(22, 114, 19) |
| HSL | hsl(118, 71%, 26%) |
| CMYK | cmyk(81%, 0%, 83%, 55%) |
| LAB | lab(41.6 -44.2 41.5) |
| LCH | lch(41.6 60.6 136.9) |
| OKLCH | oklch(0.482 0.151 142.5) |
Copy-ready code
/* CSS */
color: #167213;
background-color: #167213;
/* Tailwind (arbitrary) */
class="text-[#167213] bg-[#167213]"
/* SCSS */
$brand: #167213;
/* SwiftUI */
Color(red: 0.086, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#167213")Accessibility — WCAG contrast
Aa
#167213 on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#167213 on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green44.7%
Blue7.5%
CMYK percentages
Cyan80.7%
Magenta0.0%
Yellow83.3%
Key (black)55.3%
Color previews
#167213 text on a black background
contrast 3.45:1
Card sample
#167213 text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #167213;
Background color
Panel with #167213 background
background-color: #167213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #167213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #167213; background: linear-gradient(135deg, #167213, #13724F);