#116b93
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 107, 147
HSL
199°, 79%, 32%
CMYK
88, 27, 0, 42
Luminance
0.1274
Every format
| HEX | #116b93 |
| RGB | rgb(17, 107, 147) |
| HSL | hsl(199, 79%, 32%) |
| CMYK | cmyk(88%, 27%, 0%, 42%) |
| LAB | lab(42.4 -9.8 -28.8) |
| LCH | lch(42.4 30.4 251.3) |
| OKLCH | oklch(0.499 0.100 234.6) |
Copy-ready code
/* CSS */
color: #116b93;
background-color: #116b93;
/* Tailwind (arbitrary) */
class="text-[#116b93] bg-[#116b93]"
/* SCSS */
$brand: #116b93;
/* SwiftUI */
Color(red: 0.067, green: 0.420, blue: 0.576)
/* Android */
Color.parseColor("#116b93")Accessibility — WCAG contrast
Aa
#116b93 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116b93 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.0%
Blue57.6%
CMYK percentages
Cyan88.4%
Magenta27.2%
Yellow0.0%
Key (black)42.4%
Color previews
#116b93 text on a black background
contrast 3.55:1
Card sample
#116b93 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116b93;
Background color
Panel with #116b93 background
background-color: #116b93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116b93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 107, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 107, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116b93; background: linear-gradient(135deg, #116b93, #111493);