#116f97
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 111, 151
HSL
198°, 80%, 33%
CMYK
89, 27, 0, 41
Luminance
0.1372
Every format
| HEX | #116f97 |
| RGB | rgb(17, 111, 151) |
| HSL | hsl(198, 80%, 33%) |
| CMYK | cmyk(89%, 27%, 0%, 41%) |
| LAB | lab(43.8 -10.6 -28.9) |
| LCH | lch(43.8 30.7 249.8) |
| OKLCH | oklch(0.511 0.101 233.6) |
Copy-ready code
/* CSS */
color: #116f97;
background-color: #116f97;
/* Tailwind (arbitrary) */
class="text-[#116f97] bg-[#116f97]"
/* SCSS */
$brand: #116f97;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.592)
/* Android */
Color.parseColor("#116f97")Accessibility — WCAG contrast
Aa
#116f97 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116f97 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue59.2%
CMYK percentages
Cyan88.7%
Magenta26.5%
Yellow0.0%
Key (black)40.8%
Color previews
#116f97 text on a black background
contrast 3.74:1
Card sample
#116f97 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116f97;
Background color
Panel with #116f97 background
background-color: #116f97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116f97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116f97; background: linear-gradient(135deg, #116f97, #111697);