#116bba
a dark, electric blue · cool · closest name: steelblue
RGB
17, 107, 186
HSL
208°, 83%, 40%
CMYK
91, 43, 0, 27
Luminance
0.1418
Every format
| HEX | #116bba |
| RGB | rgb(17, 107, 186) |
| HSL | hsl(208, 83%, 40%) |
| CMYK | cmyk(91%, 43%, 0%, 27%) |
| LAB | lab(44.5 5.5 -48.4) |
| LCH | lch(44.5 48.7 276.5) |
| OKLCH | oklch(0.522 0.146 251.5) |
Copy-ready code
/* CSS */
color: #116bba;
background-color: #116bba;
/* Tailwind (arbitrary) */
class="text-[#116bba] bg-[#116bba]"
/* SCSS */
$brand: #116bba;
/* SwiftUI */
Color(red: 0.067, green: 0.420, blue: 0.729)
/* Android */
Color.parseColor("#116bba")Accessibility — WCAG contrast
Aa
#116bba on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116bba on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.0%
Blue72.9%
CMYK percentages
Cyan90.9%
Magenta42.5%
Yellow0.0%
Key (black)27.1%
Color previews
#116bba text on a black background
contrast 3.84:1
Card sample
#116bba text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116bba;
Background color
Panel with #116bba background
background-color: #116bba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116bba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 107, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 107, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116bba; background: linear-gradient(135deg, #116bba, #2711BA);