#116c73
a dark, vivid cyan · cool · closest name: teal
RGB
17, 108, 115
HSL
184°, 74%, 26%
CMYK
85, 6, 0, 55
Luminance
0.1208
Every format
| HEX | #116c73 |
| RGB | rgb(17, 108, 115) |
| HSL | hsl(184, 74%, 26%) |
| CMYK | cmyk(85%, 6%, 0%, 55%) |
| LAB | lab(41.3 -21.9 -11.1) |
| LCH | lch(41.3 24.6 206.8) |
| OKLCH | oklch(0.486 0.078 203.1) |
Copy-ready code
/* CSS */
color: #116c73;
background-color: #116c73;
/* Tailwind (arbitrary) */
class="text-[#116c73] bg-[#116c73]"
/* SCSS */
$brand: #116c73;
/* SwiftUI */
Color(red: 0.067, green: 0.424, blue: 0.451)
/* Android */
Color.parseColor("#116c73")Accessibility — WCAG contrast
Aa
#116c73 on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116c73 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.4%
Blue45.1%
CMYK percentages
Cyan85.2%
Magenta6.1%
Yellow0.0%
Key (black)54.9%
Color previews
#116c73 text on a black background
contrast 3.42:1
Card sample
#116c73 text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116c73;
Background color
Panel with #116c73 background
background-color: #116c73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116c73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 108, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 108, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116c73; background: linear-gradient(135deg, #116c73, #112B73);