#116ba5
a dark, electric blue · cool · closest name: steelblue
RGB
17, 107, 165
HSL
204°, 81%, 36%
CMYK
90, 35, 0, 35
Luminance
0.1335
Every format
| HEX | #116ba5 |
| RGB | rgb(17, 107, 165) |
| HSL | hsl(204, 81%, 36%) |
| CMYK | cmyk(90%, 35%, 0%, 35%) |
| LAB | lab(43.3 -2.8 -38.0) |
| LCH | lch(43.3 38.1 265.8) |
| OKLCH | oklch(0.509 0.120 244.4) |
Copy-ready code
/* CSS */
color: #116ba5;
background-color: #116ba5;
/* Tailwind (arbitrary) */
class="text-[#116ba5] bg-[#116ba5]"
/* SCSS */
$brand: #116ba5;
/* SwiftUI */
Color(red: 0.067, green: 0.420, blue: 0.647)
/* Android */
Color.parseColor("#116ba5")Accessibility — WCAG contrast
Aa
#116ba5 on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116ba5 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.0%
Blue64.7%
CMYK percentages
Cyan89.7%
Magenta35.2%
Yellow0.0%
Key (black)35.3%
Color previews
#116ba5 text on a black background
contrast 3.67:1
Card sample
#116ba5 text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116ba5;
Background color
Panel with #116ba5 background
background-color: #116ba5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116ba5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 107, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 107, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116ba5; background: linear-gradient(135deg, #116ba5, #1A11A5);