#116e13
a deep, vivid green · cool · closest name: forestgreen
RGB
17, 110, 19
HSL
121°, 73%, 25%
CMYK
85, 0, 83, 57
Luminance
0.1132
Every format
| HEX | #116e13 |
| RGB | rgb(17, 110, 19) |
| HSL | hsl(121, 73%, 25%) |
| CMYK | cmyk(85%, 0%, 83%, 57%) |
| LAB | lab(40.1 -43.6 40.0) |
| LCH | lch(40.1 59.2 137.5) |
| OKLCH | oklch(0.469 0.148 142.9) |
Copy-ready code
/* CSS */
color: #116e13;
background-color: #116e13;
/* Tailwind (arbitrary) */
class="text-[#116e13] bg-[#116e13]"
/* SCSS */
$brand: #116e13;
/* SwiftUI */
Color(red: 0.067, green: 0.431, blue: 0.075)
/* Android */
Color.parseColor("#116e13")Accessibility — WCAG contrast
Aa
#116e13 on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116e13 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.1%
Blue7.5%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow82.7%
Key (black)56.9%
Color previews
#116e13 text on a black background
contrast 3.26:1
Card sample
#116e13 text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116e13;
Background color
Panel with #116e13 background
background-color: #116e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 110, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 110, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116e13; background: linear-gradient(135deg, #116e13, #116E51);