#116f7c
a dark, electric cyan · cool · closest name: teal
RGB
17, 111, 124
HSL
187°, 76%, 28%
CMYK
86, 11, 0, 51
Luminance
0.1294
Every format
| HEX | #116f7c |
| RGB | rgb(17, 111, 124) |
| HSL | hsl(187, 76%, 28%) |
| CMYK | cmyk(86%, 11%, 0%, 51%) |
| LAB | lab(42.7 -20.4 -14.5) |
| LCH | lch(42.7 25.1 215.3) |
| OKLCH | oklch(0.498 0.082 209.6) |
Copy-ready code
/* CSS */
color: #116f7c;
background-color: #116f7c;
/* Tailwind (arbitrary) */
class="text-[#116f7c] bg-[#116f7c]"
/* SCSS */
$brand: #116f7c;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.486)
/* Android */
Color.parseColor("#116f7c")Accessibility — WCAG contrast
Aa
#116f7c on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116f7c on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue48.6%
CMYK percentages
Cyan86.3%
Magenta10.5%
Yellow0.0%
Key (black)51.4%
Color previews
#116f7c text on a black background
contrast 3.59:1
Card sample
#116f7c text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116f7c;
Background color
Panel with #116f7c background
background-color: #116f7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116f7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116f7c; background: linear-gradient(135deg, #116f7c, #11287C);