#167a38
a dark, vivid green · cool · closest name: seagreen
RGB
22, 122, 56
HSL
140°, 69%, 28%
CMYK
82, 0, 54, 52
Luminance
0.1438
Every format
| HEX | #167a38 |
| RGB | rgb(22, 122, 56) |
| HSL | hsl(140, 69%, 28%) |
| CMYK | cmyk(82%, 0%, 54%, 52%) |
| LAB | lab(44.8 -42.8 28.3) |
| LCH | lch(44.8 51.3 146.5) |
| OKLCH | oklch(0.509 0.134 149.3) |
Copy-ready code
/* CSS */
color: #167a38;
background-color: #167a38;
/* Tailwind (arbitrary) */
class="text-[#167a38] bg-[#167a38]"
/* SCSS */
$brand: #167a38;
/* SwiftUI */
Color(red: 0.086, green: 0.478, blue: 0.220)
/* Android */
Color.parseColor("#167a38")Accessibility — WCAG contrast
Aa
#167a38 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#167a38 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green47.8%
Blue22.0%
CMYK percentages
Cyan82.0%
Magenta0.0%
Yellow54.1%
Key (black)52.2%
Color previews
#167a38 text on a black background
contrast 3.88:1
Card sample
#167a38 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #167a38;
Background color
Panel with #167a38 background
background-color: #167a38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #167a38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 122, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 122, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #167a38; background: linear-gradient(135deg, #167a38, #16797A);