#166310
a deep, vivid green · cool · closest name: forestgreen
RGB
22, 99, 16
HSL
116°, 72%, 23%
CMYK
78, 0, 84, 61
Luminance
0.0913
Every format
| HEX | #166310 |
| RGB | rgb(22, 99, 16) |
| HSL | hsl(116, 72%, 23%) |
| CMYK | cmyk(78%, 0%, 84%, 61%) |
| LAB | lab(36.2 -39.2 37.3) |
| LCH | lch(36.2 54.2 136.4) |
| OKLCH | oklch(0.438 0.136 142.1) |
Copy-ready code
/* CSS */
color: #166310;
background-color: #166310;
/* Tailwind (arbitrary) */
class="text-[#166310] bg-[#166310]"
/* SCSS */
$brand: #166310;
/* SwiftUI */
Color(red: 0.086, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#166310")Accessibility — WCAG contrast
Aa
#166310 on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#166310 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.8%
Blue6.3%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow83.8%
Key (black)61.2%
Color previews
#166310 text on a black background
contrast 2.83:1
Card sample
#166310 text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166310;
Background color
Panel with #166310 background
background-color: #166310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166310; background: linear-gradient(135deg, #166310, #106341);