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