#116e4d
a deep, vivid green · cool · closest name: seagreen
RGB
17, 110, 77
HSL
159°, 73%, 25%
CMYK
85, 0, 30, 57
Luminance
0.1181
Every format
| HEX | #116e4d |
| RGB | rgb(17, 110, 77) |
| HSL | hsl(159, 73%, 25%) |
| CMYK | cmyk(85%, 0%, 30%, 57%) |
| LAB | lab(40.9 -34.3 11.3) |
| LCH | lch(40.9 36.1 161.8) |
| OKLCH | oklch(0.479 0.098 163.0) |
Copy-ready code
/* CSS */
color: #116e4d;
background-color: #116e4d;
/* Tailwind (arbitrary) */
class="text-[#116e4d] bg-[#116e4d]"
/* SCSS */
$brand: #116e4d;
/* SwiftUI */
Color(red: 0.067, green: 0.431, blue: 0.302)
/* Android */
Color.parseColor("#116e4d")Accessibility — WCAG contrast
Aa
#116e4d on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116e4d on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.1%
Blue30.2%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow30.0%
Key (black)56.9%
Color previews
#116e4d text on a black background
contrast 3.36:1
Card sample
#116e4d text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116e4d;
Background color
Panel with #116e4d background
background-color: #116e4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116e4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 110, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 110, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116e4d; background: linear-gradient(135deg, #116e4d, #11516E);