#116b4f
a deep, vivid cyan · cool · closest name: seagreen
RGB
17, 107, 79
HSL
161°, 73%, 24%
CMYK
84, 0, 26, 58
Luminance
0.1120
Every format
| HEX | #116b4f |
| RGB | rgb(17, 107, 79) |
| HSL | hsl(161, 73%, 24%) |
| CMYK | cmyk(84%, 0%, 26%, 58%) |
| LAB | lab(39.9 -32.4 8.7) |
| LCH | lch(39.9 33.6 165.0) |
| OKLCH | oklch(0.471 0.092 166.1) |
Copy-ready code
/* CSS */
color: #116b4f;
background-color: #116b4f;
/* Tailwind (arbitrary) */
class="text-[#116b4f] bg-[#116b4f]"
/* SCSS */
$brand: #116b4f;
/* SwiftUI */
Color(red: 0.067, green: 0.420, blue: 0.310)
/* Android */
Color.parseColor("#116b4f")Accessibility — WCAG contrast
Aa
#116b4f on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116b4f on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.0%
Blue31.0%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow26.2%
Key (black)58.0%
Color previews
#116b4f text on a black background
contrast 3.24:1
Card sample
#116b4f text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116b4f;
Background color
Panel with #116b4f background
background-color: #116b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 107, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 107, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116b4f; background: linear-gradient(135deg, #116b4f, #114B6B);