#116342
a deep, vivid green · cool · closest name: seagreen
RGB
17, 99, 66
HSL
156°, 71%, 23%
CMYK
83, 0, 33, 61
Luminance
0.0944
Every format
| HEX | #116342 |
| RGB | rgb(17, 99, 66) |
| HSL | hsl(156, 71%, 23%) |
| CMYK | cmyk(83%, 0%, 33%, 61%) |
| LAB | lab(36.8 -32.2 12.2) |
| LCH | lch(36.8 34.4 159.3) |
| OKLCH | oklch(0.444 0.093 160.6) |
Copy-ready code
/* CSS */
color: #116342;
background-color: #116342;
/* Tailwind (arbitrary) */
class="text-[#116342] bg-[#116342]"
/* SCSS */
$brand: #116342;
/* SwiftUI */
Color(red: 0.067, green: 0.388, blue: 0.259)
/* Android */
Color.parseColor("#116342")Accessibility — WCAG contrast
Aa
#116342 on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#116342 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green38.8%
Blue25.9%
CMYK percentages
Cyan82.8%
Magenta0.0%
Yellow33.3%
Key (black)61.2%
Color previews
#116342 text on a black background
contrast 2.89:1
Card sample
#116342 text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116342;
Background color
Panel with #116342 background
background-color: #116342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 99, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 99, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116342; background: linear-gradient(135deg, #116342, #114D63);