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