#116a13
a deep, vivid green · cool · closest name: forestgreen
RGB
17, 106, 19
HSL
121°, 72%, 24%
CMYK
84, 0, 82, 58
Luminance
0.1047
Every format
| HEX | #116a13 |
| RGB | rgb(17, 106, 19) |
| HSL | hsl(121, 72%, 24%) |
| CMYK | cmyk(84%, 0%, 82%, 58%) |
| LAB | lab(38.7 -42.3 38.6) |
| LCH | lch(38.7 57.2 137.6) |
| OKLCH | oklch(0.458 0.143 143.0) |
Copy-ready code
/* CSS */
color: #116a13;
background-color: #116a13;
/* Tailwind (arbitrary) */
class="text-[#116a13] bg-[#116a13]"
/* SCSS */
$brand: #116a13;
/* SwiftUI */
Color(red: 0.067, green: 0.416, blue: 0.075)
/* Android */
Color.parseColor("#116a13")Accessibility — WCAG contrast
Aa
#116a13 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116a13 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green41.6%
Blue7.5%
CMYK percentages
Cyan84.0%
Magenta0.0%
Yellow82.1%
Key (black)58.4%
Color previews
#116a13 text on a black background
contrast 3.09:1
Card sample
#116a13 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116a13;
Background color
Panel with #116a13 background
background-color: #116a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 106, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 106, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116a13; background: linear-gradient(135deg, #116a13, #116A4E);