#166b09
a deep, electric green · cool · closest name: forestgreen
RGB
22, 107, 9
HSL
112°, 85%, 23%
CMYK
79, 0, 92, 58
Luminance
0.1071
Every format
| HEX | #166b09 |
| RGB | rgb(22, 107, 9) |
| HSL | hsl(112, 85%, 23%) |
| CMYK | cmyk(79%, 0%, 92%, 58%) |
| LAB | lab(39.1 -42.4 42.0) |
| LCH | lch(39.1 59.7 135.3) |
| OKLCH | oklch(0.461 0.148 141.5) |
Copy-ready code
/* CSS */
color: #166b09;
background-color: #166b09;
/* Tailwind (arbitrary) */
class="text-[#166b09] bg-[#166b09]"
/* SCSS */
$brand: #166b09;
/* SwiftUI */
Color(red: 0.086, green: 0.420, blue: 0.035)
/* Android */
Color.parseColor("#166b09")Accessibility — WCAG contrast
Aa
#166b09 on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#166b09 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green42.0%
Blue3.5%
CMYK percentages
Cyan79.4%
Magenta0.0%
Yellow91.6%
Key (black)58.0%
Color previews
#166b09 text on a black background
contrast 3.14:1
Card sample
#166b09 text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166b09;
Background color
Panel with #166b09 background
background-color: #166b09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166b09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 107, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 107, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166b09; background: linear-gradient(135deg, #166b09, #096B3D);