#116ab4
a dark, electric blue · cool · closest name: steelblue
RGB
17, 106, 180
HSL
207°, 83%, 39%
CMYK
91, 41, 0, 29
Luminance
0.1372
Every format
| HEX | #116ab4 |
| RGB | rgb(17, 106, 180) |
| HSL | hsl(207, 83%, 39%) |
| CMYK | cmyk(91%, 41%, 0%, 29%) |
| LAB | lab(43.8 3.8 -45.9) |
| LCH | lch(43.8 46.1 274.7) |
| OKLCH | oklch(0.516 0.140 250.3) |
Copy-ready code
/* CSS */
color: #116ab4;
background-color: #116ab4;
/* Tailwind (arbitrary) */
class="text-[#116ab4] bg-[#116ab4]"
/* SCSS */
$brand: #116ab4;
/* SwiftUI */
Color(red: 0.067, green: 0.416, blue: 0.706)
/* Android */
Color.parseColor("#116ab4")Accessibility — WCAG contrast
Aa
#116ab4 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116ab4 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green41.6%
Blue70.6%
CMYK percentages
Cyan90.6%
Magenta41.1%
Yellow0.0%
Key (black)29.4%
Color previews
#116ab4 text on a black background
contrast 3.74:1
Card sample
#116ab4 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116ab4;
Background color
Panel with #116ab4 background
background-color: #116ab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116ab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 106, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 106, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116ab4; background: linear-gradient(135deg, #116ab4, #2511B4);