#166344
a deep, vivid green · cool · closest name: seagreen
RGB
22, 99, 68
HSL
156°, 64%, 24%
CMYK
78, 0, 31, 61
Luminance
0.0951
Every format
| HEX | #166344 |
| RGB | rgb(22, 99, 68) |
| HSL | hsl(156, 64%, 24%) |
| CMYK | cmyk(78%, 0%, 31%, 61%) |
| LAB | lab(37.0 -31.0 11.2) |
| LCH | lch(37.0 32.9 160.1) |
| OKLCH | oklch(0.446 0.089 161.4) |
Copy-ready code
/* CSS */
color: #166344;
background-color: #166344;
/* Tailwind (arbitrary) */
class="text-[#166344] bg-[#166344]"
/* SCSS */
$brand: #166344;
/* SwiftUI */
Color(red: 0.086, green: 0.388, blue: 0.267)
/* Android */
Color.parseColor("#166344")Accessibility — WCAG contrast
Aa
#166344 on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#166344 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.8%
Blue26.7%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow31.3%
Key (black)61.2%
Color previews
#166344 text on a black background
contrast 2.90:1
Card sample
#166344 text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166344;
Background color
Panel with #166344 background
background-color: #166344;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166344;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 99, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 99, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166344; background: linear-gradient(135deg, #166344, #164F63);