#116ba8
a dark, electric blue · cool · closest name: steelblue
RGB
17, 107, 168
HSL
204°, 82%, 36%
CMYK
90, 36, 0, 34
Luminance
0.1346
Every format
| HEX | #116ba8 |
| RGB | rgb(17, 107, 168) |
| HSL | hsl(204, 82%, 36%) |
| CMYK | cmyk(90%, 36%, 0%, 34%) |
| LAB | lab(43.5 -1.6 -39.5) |
| LCH | lch(43.5 39.5 267.7) |
| OKLCH | oklch(0.511 0.124 245.6) |
Copy-ready code
/* CSS */
color: #116ba8;
background-color: #116ba8;
/* Tailwind (arbitrary) */
class="text-[#116ba8] bg-[#116ba8]"
/* SCSS */
$brand: #116ba8;
/* SwiftUI */
Color(red: 0.067, green: 0.420, blue: 0.659)
/* Android */
Color.parseColor("#116ba8")Accessibility — WCAG contrast
Aa
#116ba8 on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116ba8 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.0%
Blue65.9%
CMYK percentages
Cyan89.9%
Magenta36.3%
Yellow0.0%
Key (black)34.1%
Color previews
#116ba8 text on a black background
contrast 3.69:1
Card sample
#116ba8 text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116ba8;
Background color
Panel with #116ba8 background
background-color: #116ba8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116ba8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 107, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 107, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116ba8; background: linear-gradient(135deg, #116ba8, #1C11A8);