#116eb1
a dark, electric blue · cool · closest name: steelblue
RGB
17, 110, 177
HSL
205°, 83%, 38%
CMYK
90, 38, 0, 31
Luminance
0.1445
Every format
| HEX | #116eb1 |
| RGB | rgb(17, 110, 177) |
| HSL | hsl(205, 83%, 38%) |
| CMYK | cmyk(90%, 38%, 0%, 31%) |
| LAB | lab(44.9 0.1 -42.5) |
| LCH | lch(44.9 42.5 270.1) |
| OKLCH | oklch(0.523 0.132 247.2) |
Copy-ready code
/* CSS */
color: #116eb1;
background-color: #116eb1;
/* Tailwind (arbitrary) */
class="text-[#116eb1] bg-[#116eb1]"
/* SCSS */
$brand: #116eb1;
/* SwiftUI */
Color(red: 0.067, green: 0.431, blue: 0.694)
/* Android */
Color.parseColor("#116eb1")Accessibility — WCAG contrast
Aa
#116eb1 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116eb1 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.1%
Blue69.4%
CMYK percentages
Cyan90.4%
Magenta37.9%
Yellow0.0%
Key (black)30.6%
Color previews
#116eb1 text on a black background
contrast 3.89:1
Card sample
#116eb1 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116eb1;
Background color
Panel with #116eb1 background
background-color: #116eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 110, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 110, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116eb1; background: linear-gradient(135deg, #116eb1, #1F11B1);