#116b2c
a deep, vivid green · cool · closest name: seagreen
RGB
17, 107, 44
HSL
138°, 73%, 24%
CMYK
84, 0, 59, 58
Luminance
0.1082
Every format
| HEX | #116b2c |
| RGB | rgb(17, 107, 44) |
| HSL | hsl(138, 73%, 24%) |
| CMYK | cmyk(84%, 0%, 59%, 58%) |
| LAB | lab(39.3 -39.8 27.9) |
| LCH | lch(39.3 48.6 144.9) |
| OKLCH | oklch(0.463 0.126 148.0) |
Copy-ready code
/* CSS */
color: #116b2c;
background-color: #116b2c;
/* Tailwind (arbitrary) */
class="text-[#116b2c] bg-[#116b2c]"
/* SCSS */
$brand: #116b2c;
/* SwiftUI */
Color(red: 0.067, green: 0.420, blue: 0.173)
/* Android */
Color.parseColor("#116b2c")Accessibility — WCAG contrast
Aa
#116b2c on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116b2c on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.0%
Blue17.3%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow58.9%
Key (black)58.0%
Color previews
#116b2c text on a black background
contrast 3.16:1
Card sample
#116b2c text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116b2c;
Background color
Panel with #116b2c background
background-color: #116b2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116b2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 107, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 107, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116b2c; background: linear-gradient(135deg, #116b2c, #116B68);