#116c95
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 108, 149
HSL
199°, 80%, 33%
CMYK
89, 28, 0, 42
Luminance
0.1301
Every format
| HEX | #116c95 |
| RGB | rgb(17, 108, 149) |
| HSL | hsl(199, 80%, 33%) |
| CMYK | cmyk(89%, 28%, 0%, 42%) |
| LAB | lab(42.8 -9.6 -29.3) |
| LCH | lch(42.8 30.8 251.9) |
| OKLCH | oklch(0.502 0.101 235.0) |
Copy-ready code
/* CSS */
color: #116c95;
background-color: #116c95;
/* Tailwind (arbitrary) */
class="text-[#116c95] bg-[#116c95]"
/* SCSS */
$brand: #116c95;
/* SwiftUI */
Color(red: 0.067, green: 0.424, blue: 0.584)
/* Android */
Color.parseColor("#116c95")Accessibility — WCAG contrast
Aa
#116c95 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116c95 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.4%
Blue58.4%
CMYK percentages
Cyan88.6%
Magenta27.5%
Yellow0.0%
Key (black)41.6%
Color previews
#116c95 text on a black background
contrast 3.60:1
Card sample
#116c95 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116c95;
Background color
Panel with #116c95 background
background-color: #116c95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116c95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 108, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 108, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116c95; background: linear-gradient(135deg, #116c95, #111495);