#116b2f
a deep, vivid green · cool · closest name: seagreen
RGB
17, 107, 47
HSL
140°, 73%, 24%
CMYK
84, 0, 56, 58
Luminance
0.1084
Every format
| HEX | #116b2f |
| RGB | rgb(17, 107, 47) |
| HSL | hsl(140, 73%, 24%) |
| CMYK | cmyk(84%, 0%, 56%, 58%) |
| LAB | lab(39.3 -39.3 26.4) |
| LCH | lch(39.3 47.3 146.1) |
| OKLCH | oklch(0.464 0.123 149.0) |
Copy-ready code
/* CSS */
color: #116b2f;
background-color: #116b2f;
/* Tailwind (arbitrary) */
class="text-[#116b2f] bg-[#116b2f]"
/* SCSS */
$brand: #116b2f;
/* SwiftUI */
Color(red: 0.067, green: 0.420, blue: 0.184)
/* Android */
Color.parseColor("#116b2f")Accessibility — WCAG contrast
Aa
#116b2f on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116b2f on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.0%
Blue18.4%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow56.1%
Key (black)58.0%
Color previews
#116b2f text on a black background
contrast 3.17:1
Card sample
#116b2f text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116b2f;
Background color
Panel with #116b2f background
background-color: #116b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 107, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 107, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116b2f; background: linear-gradient(135deg, #116b2f, #116B6B);