#166329
a deep, vivid green · cool · closest name: seagreen
RGB
22, 99, 41
HSL
135°, 64%, 24%
CMYK
78, 0, 59, 61
Luminance
0.0925
Every format
| HEX | #166329 |
| RGB | rgb(22, 99, 41) |
| HSL | hsl(135, 64%, 24%) |
| CMYK | cmyk(78%, 0%, 59%, 61%) |
| LAB | lab(36.5 -36.4 26.2) |
| LCH | lch(36.5 44.9 144.3) |
| OKLCH | oklch(0.440 0.116 147.4) |
Copy-ready code
/* CSS */
color: #166329;
background-color: #166329;
/* Tailwind (arbitrary) */
class="text-[#166329] bg-[#166329]"
/* SCSS */
$brand: #166329;
/* SwiftUI */
Color(red: 0.086, green: 0.388, blue: 0.161)
/* Android */
Color.parseColor("#166329")Accessibility — WCAG contrast
Aa
#166329 on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#166329 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.8%
Blue16.1%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow58.6%
Key (black)61.2%
Color previews
#166329 text on a black background
contrast 2.85:1
Card sample
#166329 text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166329;
Background color
Panel with #166329 background
background-color: #166329;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166329;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 99, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 99, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166329; background: linear-gradient(135deg, #166329, #16635C);