#116b3f
a deep, vivid green · cool · closest name: seagreen
RGB
17, 107, 63
HSL
151°, 73%, 24%
CMYK
84, 0, 41, 58
Luminance
0.1099
Every format
| HEX | #116b3f |
| RGB | rgb(17, 107, 63) |
| HSL | hsl(151, 73%, 24%) |
| CMYK | cmyk(84%, 0%, 41%, 58%) |
| LAB | lab(39.6 -36.3 17.7) |
| LCH | lch(39.6 40.4 154.0) |
| OKLCH | oklch(0.467 0.107 155.7) |
Copy-ready code
/* CSS */
color: #116b3f;
background-color: #116b3f;
/* Tailwind (arbitrary) */
class="text-[#116b3f] bg-[#116b3f]"
/* SCSS */
$brand: #116b3f;
/* SwiftUI */
Color(red: 0.067, green: 0.420, blue: 0.247)
/* Android */
Color.parseColor("#116b3f")Accessibility — WCAG contrast
Aa
#116b3f on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116b3f on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.0%
Blue24.7%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow41.1%
Key (black)58.0%
Color previews
#116b3f text on a black background
contrast 3.20:1
Card sample
#116b3f text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116b3f;
Background color
Panel with #116b3f background
background-color: #116b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 107, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 107, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116b3f; background: linear-gradient(135deg, #116b3f, #115B6B);