#116ab3
a dark, electric blue · cool · closest name: steelblue
RGB
17, 106, 179
HSL
207°, 83%, 38%
CMYK
91, 41, 0, 30
Luminance
0.1368
Every format
| HEX | #116ab3 |
| RGB | rgb(17, 106, 179) |
| HSL | hsl(207, 83%, 38%) |
| CMYK | cmyk(91%, 41%, 0%, 30%) |
| LAB | lab(43.8 3.4 -45.4) |
| LCH | lch(43.8 45.6 274.2) |
| OKLCH | oklch(0.515 0.139 250.0) |
Copy-ready code
/* CSS */
color: #116ab3;
background-color: #116ab3;
/* Tailwind (arbitrary) */
class="text-[#116ab3] bg-[#116ab3]"
/* SCSS */
$brand: #116ab3;
/* SwiftUI */
Color(red: 0.067, green: 0.416, blue: 0.702)
/* Android */
Color.parseColor("#116ab3")Accessibility — WCAG contrast
Aa
#116ab3 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116ab3 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green41.6%
Blue70.2%
CMYK percentages
Cyan90.5%
Magenta40.8%
Yellow0.0%
Key (black)29.8%
Color previews
#116ab3 text on a black background
contrast 3.74:1
Card sample
#116ab3 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116ab3;
Background color
Panel with #116ab3 background
background-color: #116ab3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116ab3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 106, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 106, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116ab3; background: linear-gradient(135deg, #116ab3, #2411B3);