#166340
a deep, vivid green · cool · closest name: seagreen
RGB
22, 99, 64
HSL
153°, 64%, 24%
CMYK
78, 0, 35, 61
Luminance
0.0946
Every format
| HEX | #166340 |
| RGB | rgb(22, 99, 64) |
| HSL | hsl(153, 64%, 24%) |
| CMYK | cmyk(78%, 0%, 35%, 61%) |
| LAB | lab(36.9 -31.9 13.5) |
| LCH | lch(36.9 34.7 157.1) |
| OKLCH | oklch(0.445 0.093 158.6) |
Copy-ready code
/* CSS */
color: #166340;
background-color: #166340;
/* Tailwind (arbitrary) */
class="text-[#166340] bg-[#166340]"
/* SCSS */
$brand: #166340;
/* SwiftUI */
Color(red: 0.086, green: 0.388, blue: 0.251)
/* Android */
Color.parseColor("#166340")Accessibility — WCAG contrast
Aa
#166340 on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#166340 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.8%
Blue25.1%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow35.4%
Key (black)61.2%
Color previews
#166340 text on a black background
contrast 2.89:1
Card sample
#166340 text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166340;
Background color
Panel with #166340 background
background-color: #166340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 99, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 99, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166340; background: linear-gradient(135deg, #166340, #165363);