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