#116f2f
a dark, vivid green · cool · closest name: seagreen
RGB
17, 111, 47
HSL
139°, 73%, 25%
CMYK
85, 0, 58, 57
Luminance
0.1169
Every format
| HEX | #116f2f |
| RGB | rgb(17, 111, 47) |
| HSL | hsl(139, 73%, 25%) |
| CMYK | cmyk(85%, 0%, 58%, 57%) |
| LAB | lab(40.7 -40.8 28.1) |
| LCH | lch(40.7 49.5 145.4) |
| OKLCH | oklch(0.475 0.129 148.4) |
Copy-ready code
/* CSS */
color: #116f2f;
background-color: #116f2f;
/* Tailwind (arbitrary) */
class="text-[#116f2f] bg-[#116f2f]"
/* SCSS */
$brand: #116f2f;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.184)
/* Android */
Color.parseColor("#116f2f")Accessibility — WCAG contrast
Aa
#116f2f on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116f2f on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue18.4%
CMYK percentages
Cyan84.7%
Magenta0.0%
Yellow57.7%
Key (black)56.5%
Color previews
#116f2f text on a black background
contrast 3.34:1
Card sample
#116f2f text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116f2f;
Background color
Panel with #116f2f background
background-color: #116f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116f2f; background: linear-gradient(135deg, #116f2f, #116F6E);