#116f73
a dark, vivid cyan · cool · closest name: teal
RGB
17, 111, 115
HSL
182°, 74%, 26%
CMYK
85, 4, 0, 55
Luminance
0.1273
Every format
| HEX | #116f73 |
| RGB | rgb(17, 111, 115) |
| HSL | hsl(182, 74%, 26%) |
| CMYK | cmyk(85%, 4%, 0%, 55%) |
| LAB | lab(42.4 -23.5 -9.6) |
| LCH | lch(42.4 25.4 202.1) |
| OKLCH | oklch(0.494 0.080 199.5) |
Copy-ready code
/* CSS */
color: #116f73;
background-color: #116f73;
/* Tailwind (arbitrary) */
class="text-[#116f73] bg-[#116f73]"
/* SCSS */
$brand: #116f73;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.451)
/* Android */
Color.parseColor("#116f73")Accessibility — WCAG contrast
Aa
#116f73 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116f73 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue45.1%
CMYK percentages
Cyan85.2%
Magenta3.5%
Yellow0.0%
Key (black)54.9%
Color previews
#116f73 text on a black background
contrast 3.55:1
Card sample
#116f73 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116f73;
Background color
Panel with #116f73 background
background-color: #116f73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116f73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116f73; background: linear-gradient(135deg, #116f73, #112E73);