#166f2c
a dark, vivid green · cool · closest name: seagreen
RGB
22, 111, 44
HSL
135°, 67%, 26%
CMYK
80, 0, 60, 57
Luminance
0.1172
Every format
| HEX | #166f2c |
| RGB | rgb(22, 111, 44) |
| HSL | hsl(135, 67%, 26%) |
| CMYK | cmyk(80%, 0%, 60%, 57%) |
| LAB | lab(40.8 -40.5 29.8) |
| LCH | lch(40.8 50.3 143.7) |
| OKLCH | oklch(0.476 0.130 147.1) |
Copy-ready code
/* CSS */
color: #166f2c;
background-color: #166f2c;
/* Tailwind (arbitrary) */
class="text-[#166f2c] bg-[#166f2c]"
/* SCSS */
$brand: #166f2c;
/* SwiftUI */
Color(red: 0.086, green: 0.435, blue: 0.173)
/* Android */
Color.parseColor("#166f2c")Accessibility — WCAG contrast
Aa
#166f2c on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#166f2c on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green43.5%
Blue17.3%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow60.4%
Key (black)56.5%
Color previews
#166f2c text on a black background
contrast 3.34:1
Card sample
#166f2c text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166f2c;
Background color
Panel with #166f2c background
background-color: #166f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 111, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 111, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166f2c; background: linear-gradient(135deg, #166f2c, #166F67);