#116c97
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 108, 151
HSL
199°, 80%, 33%
CMYK
89, 29, 0, 41
Luminance
0.1308
Every format
| HEX | #116c97 |
| RGB | rgb(17, 108, 151) |
| HSL | hsl(199, 80%, 33%) |
| CMYK | cmyk(89%, 29%, 0%, 41%) |
| LAB | lab(42.9 -8.8 -30.4) |
| LCH | lch(42.9 31.6 253.8) |
| OKLCH | oklch(0.503 0.103 236.3) |
Copy-ready code
/* CSS */
color: #116c97;
background-color: #116c97;
/* Tailwind (arbitrary) */
class="text-[#116c97] bg-[#116c97]"
/* SCSS */
$brand: #116c97;
/* SwiftUI */
Color(red: 0.067, green: 0.424, blue: 0.592)
/* Android */
Color.parseColor("#116c97")Accessibility — WCAG contrast
Aa
#116c97 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116c97 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.4%
Blue59.2%
CMYK percentages
Cyan88.7%
Magenta28.5%
Yellow0.0%
Key (black)40.8%
Color previews
#116c97 text on a black background
contrast 3.62:1
Card sample
#116c97 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116c97;
Background color
Panel with #116c97 background
background-color: #116c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 108, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 108, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116c97; background: linear-gradient(135deg, #116c97, #111397);