#116b49
a deep, vivid green · cool · closest name: seagreen
RGB
17, 107, 73
HSL
157°, 73%, 24%
CMYK
84, 0, 32, 58
Luminance
0.1112
Every format
| HEX | #116b49 |
| RGB | rgb(17, 107, 73) |
| HSL | hsl(157, 73%, 24%) |
| CMYK | cmyk(84%, 0%, 32%, 58%) |
| LAB | lab(39.8 -34.0 12.1) |
| LCH | lch(39.8 36.0 160.4) |
| OKLCH | oklch(0.469 0.097 161.7) |
Copy-ready code
/* CSS */
color: #116b49;
background-color: #116b49;
/* Tailwind (arbitrary) */
class="text-[#116b49] bg-[#116b49]"
/* SCSS */
$brand: #116b49;
/* SwiftUI */
Color(red: 0.067, green: 0.420, blue: 0.286)
/* Android */
Color.parseColor("#116b49")Accessibility — WCAG contrast
Aa
#116b49 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116b49 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.0%
Blue28.6%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow31.8%
Key (black)58.0%
Color previews
#116b49 text on a black background
contrast 3.22:1
Card sample
#116b49 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116b49;
Background color
Panel with #116b49 background
background-color: #116b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 107, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 107, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116b49; background: linear-gradient(135deg, #116b49, #11516B);