#116c88
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 108, 136
HSL
194°, 78%, 30%
CMYK
88, 21, 0, 47
Luminance
0.1262
Every format
| HEX | #116c88 |
| RGB | rgb(17, 108, 136) |
| HSL | hsl(194, 78%, 30%) |
| CMYK | cmyk(88%, 21%, 0%, 47%) |
| LAB | lab(42.2 -14.5 -22.5) |
| LCH | lch(42.2 26.7 237.2) |
| OKLCH | oklch(0.495 0.089 225.1) |
Copy-ready code
/* CSS */
color: #116c88;
background-color: #116c88;
/* Tailwind (arbitrary) */
class="text-[#116c88] bg-[#116c88]"
/* SCSS */
$brand: #116c88;
/* SwiftUI */
Color(red: 0.067, green: 0.424, blue: 0.533)
/* Android */
Color.parseColor("#116c88")Accessibility — WCAG contrast
Aa
#116c88 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116c88 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.4%
Blue53.3%
CMYK percentages
Cyan87.5%
Magenta20.6%
Yellow0.0%
Key (black)46.7%
Color previews
#116c88 text on a black background
contrast 3.52:1
Card sample
#116c88 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116c88;
Background color
Panel with #116c88 background
background-color: #116c88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116c88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 108, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 108, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116c88; background: linear-gradient(135deg, #116c88, #111D88);