#116f71
a dark, vivid cyan · cool · closest name: teal
RGB
17, 111, 113
HSL
181°, 74%, 26%
CMYK
85, 2, 0, 56
Luminance
0.1268
Every format
| HEX | #116f71 |
| RGB | rgb(17, 111, 113) |
| HSL | hsl(181, 74%, 26%) |
| CMYK | cmyk(85%, 2%, 0%, 56%) |
| LAB | lab(42.3 -24.2 -8.5) |
| LCH | lch(42.3 25.6 199.3) |
| OKLCH | oklch(0.493 0.080 197.2) |
Copy-ready code
/* CSS */
color: #116f71;
background-color: #116f71;
/* Tailwind (arbitrary) */
class="text-[#116f71] bg-[#116f71]"
/* SCSS */
$brand: #116f71;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.443)
/* Android */
Color.parseColor("#116f71")Accessibility — WCAG contrast
Aa
#116f71 on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116f71 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue44.3%
CMYK percentages
Cyan85.0%
Magenta1.8%
Yellow0.0%
Key (black)55.7%
Color previews
#116f71 text on a black background
contrast 3.54:1
Card sample
#116f71 text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116f71;
Background color
Panel with #116f71 background
background-color: #116f71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116f71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116f71; background: linear-gradient(135deg, #116f71, #112F71);