#116f93
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 111, 147
HSL
197°, 79%, 32%
CMYK
88, 25, 0, 42
Luminance
0.1359
Every format
| HEX | #116f93 |
| RGB | rgb(17, 111, 147) |
| HSL | hsl(197, 79%, 32%) |
| CMYK | cmyk(88%, 25%, 0%, 42%) |
| LAB | lab(43.6 -12.1 -26.8) |
| LCH | lch(43.6 29.4 245.7) |
| OKLCH | oklch(0.509 0.098 230.8) |
Copy-ready code
/* CSS */
color: #116f93;
background-color: #116f93;
/* Tailwind (arbitrary) */
class="text-[#116f93] bg-[#116f93]"
/* SCSS */
$brand: #116f93;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.576)
/* Android */
Color.parseColor("#116f93")Accessibility — WCAG contrast
Aa
#116f93 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116f93 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue57.6%
CMYK percentages
Cyan88.4%
Magenta24.5%
Yellow0.0%
Key (black)42.4%
Color previews
#116f93 text on a black background
contrast 3.72:1
Card sample
#116f93 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116f93;
Background color
Panel with #116f93 background
background-color: #116f93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116f93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116f93; background: linear-gradient(135deg, #116f93, #111893);