#116ba2
a dark, electric blue · cool · closest name: steelblue
RGB
17, 107, 162
HSL
203°, 81%, 35%
CMYK
90, 34, 0, 37
Luminance
0.1324
Every format
| HEX | #116ba2 |
| RGB | rgb(17, 107, 162) |
| HSL | hsl(203, 81%, 35%) |
| CMYK | cmyk(90%, 34%, 0%, 37%) |
| LAB | lab(43.1 -4.0 -36.5) |
| LCH | lch(43.1 36.7 263.8) |
| OKLCH | oklch(0.507 0.117 243.0) |
Copy-ready code
/* CSS */
color: #116ba2;
background-color: #116ba2;
/* Tailwind (arbitrary) */
class="text-[#116ba2] bg-[#116ba2]"
/* SCSS */
$brand: #116ba2;
/* SwiftUI */
Color(red: 0.067, green: 0.420, blue: 0.635)
/* Android */
Color.parseColor("#116ba2")Accessibility — WCAG contrast
Aa
#116ba2 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116ba2 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.0%
Blue63.5%
CMYK percentages
Cyan89.5%
Magenta34.0%
Yellow0.0%
Key (black)36.5%
Color previews
#116ba2 text on a black background
contrast 3.65:1
Card sample
#116ba2 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116ba2;
Background color
Panel with #116ba2 background
background-color: #116ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 107, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 107, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116ba2; background: linear-gradient(135deg, #116ba2, #1811A2);