#166607
a deep, electric green · cool · closest name: forestgreen
RGB
22, 102, 7
HSL
111°, 87%, 21%
CMYK
78, 0, 93, 60
Luminance
0.0969
Every format
| HEX | #166607 |
| RGB | rgb(22, 102, 7) |
| HSL | hsl(111, 87%, 21%) |
| CMYK | cmyk(78%, 0%, 93%, 60%) |
| LAB | lab(37.3 -40.8 40.9) |
| LCH | lch(37.3 57.8 134.9) |
| OKLCH | oklch(0.446 0.143 141.3) |
Copy-ready code
/* CSS */
color: #166607;
background-color: #166607;
/* Tailwind (arbitrary) */
class="text-[#166607] bg-[#166607]"
/* SCSS */
$brand: #166607;
/* SwiftUI */
Color(red: 0.086, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#166607")Accessibility — WCAG contrast
Aa
#166607 on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#166607 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green40.0%
Blue2.7%
CMYK percentages
Cyan78.4%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#166607 text on a black background
contrast 2.94:1
Card sample
#166607 text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166607;
Background color
Panel with #166607 background
background-color: #166607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166607; background: linear-gradient(135deg, #166607, #076637);