#116cda
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 108, 218
HSL
213°, 86%, 46%
CMYK
92, 51, 0, 15
Luminance
0.1591
Every format
| HEX | #116cda |
| RGB | rgb(17, 108, 218) |
| HSL | hsl(213, 86%, 46%) |
| CMYK | cmyk(92%, 51%, 0%, 15%) |
| LAB | lab(46.9 17.5 -63.0) |
| LCH | lch(46.9 65.3 285.6) |
| OKLCH | oklch(0.547 0.186 257.2) |
Copy-ready code
/* CSS */
color: #116cda;
background-color: #116cda;
/* Tailwind (arbitrary) */
class="text-[#116cda] bg-[#116cda]"
/* SCSS */
$brand: #116cda;
/* SwiftUI */
Color(red: 0.067, green: 0.424, blue: 0.855)
/* Android */
Color.parseColor("#116cda")Accessibility — WCAG contrast
Aa
#116cda on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116cda on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.4%
Blue85.5%
CMYK percentages
Cyan92.2%
Magenta50.5%
Yellow0.0%
Key (black)14.5%
Color previews
#116cda text on a black background
contrast 4.18:1
Card sample
#116cda text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116cda;
Background color
Panel with #116cda background
background-color: #116cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 108, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 108, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116cda; background: linear-gradient(135deg, #116cda, #3C11DA);