#166301
a deep, electric green · cool · closest name: green
RGB
22, 99, 1
HSL
107°, 98%, 20%
CMYK
78, 0, 99, 61
Luminance
0.0910
Every format
| HEX | #166301 |
| RGB | rgb(22, 99, 1) |
| HSL | hsl(107, 98%, 20%) |
| CMYK | cmyk(78%, 0%, 99%, 61%) |
| LAB | lab(36.2 -40.1 41.7) |
| LCH | lch(36.2 57.8 133.9) |
| OKLCH | oklch(0.437 0.142 140.7) |
Copy-ready code
/* CSS */
color: #166301;
background-color: #166301;
/* Tailwind (arbitrary) */
class="text-[#166301] bg-[#166301]"
/* SCSS */
$brand: #166301;
/* SwiftUI */
Color(red: 0.086, green: 0.388, blue: 0.004)
/* Android */
Color.parseColor("#166301")Accessibility — WCAG contrast
Aa
#166301 on white: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#166301 on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.8%
Blue0.4%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow99.0%
Key (black)61.2%
Color previews
#166301 text on a black background
contrast 2.82:1
Card sample
#166301 text on a white background
contrast 7.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166301;
Background color
Panel with #166301 background
background-color: #166301;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166301;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 99, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 99, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166301; background: linear-gradient(135deg, #166301, #01632D);