#116f77
a dark, electric cyan · cool · closest name: teal
RGB
17, 111, 119
HSL
185°, 75%, 27%
CMYK
86, 7, 0, 53
Luminance
0.1282
Every format
| HEX | #116f77 |
| RGB | rgb(17, 111, 119) |
| HSL | hsl(185, 75%, 27%) |
| CMYK | cmyk(86%, 7%, 0%, 53%) |
| LAB | lab(42.5 -22.2 -11.8) |
| LCH | lch(42.5 25.1 208.0) |
| OKLCH | oklch(0.496 0.080 204.1) |
Copy-ready code
/* CSS */
color: #116f77;
background-color: #116f77;
/* Tailwind (arbitrary) */
class="text-[#116f77] bg-[#116f77]"
/* SCSS */
$brand: #116f77;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.467)
/* Android */
Color.parseColor("#116f77")Accessibility — WCAG contrast
Aa
#116f77 on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116f77 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue46.7%
CMYK percentages
Cyan85.7%
Magenta6.7%
Yellow0.0%
Key (black)53.3%
Color previews
#116f77 text on a black background
contrast 3.56:1
Card sample
#116f77 text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116f77;
Background color
Panel with #116f77 background
background-color: #116f77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116f77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116f77; background: linear-gradient(135deg, #116f77, #112B77);