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