#116688
a dark, electric cyan · cool · closest name: steelblue
RGB
17, 102, 136
HSL
197°, 78%, 30%
CMYK
88, 25, 0, 47
Luminance
0.1140
Every format
| HEX | #116688 |
| RGB | rgb(17, 102, 136) |
| HSL | hsl(197, 78%, 30%) |
| CMYK | cmyk(88%, 25%, 0%, 47%) |
| LAB | lab(40.2 -11.0 -25.5) |
| LCH | lch(40.2 27.8 246.6) |
| OKLCH | oklch(0.480 0.092 231.5) |
Copy-ready code
/* CSS */
color: #116688;
background-color: #116688;
/* Tailwind (arbitrary) */
class="text-[#116688] bg-[#116688]"
/* SCSS */
$brand: #116688;
/* SwiftUI */
Color(red: 0.067, green: 0.400, blue: 0.533)
/* Android */
Color.parseColor("#116688")Accessibility — WCAG contrast
Aa
#116688 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116688 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green40.0%
Blue53.3%
CMYK percentages
Cyan87.5%
Magenta25.0%
Yellow0.0%
Key (black)46.7%
Color previews
#116688 text on a black background
contrast 3.28:1
Card sample
#116688 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116688;
Background color
Panel with #116688 background
background-color: #116688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 102, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 102, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116688; background: linear-gradient(135deg, #116688, #111788);