#116cfb
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 108, 251
HSL
217°, 97%, 53%
CMYK
93, 57, 0, 2
Luminance
0.1781
Every format
| HEX | #116cfb |
| RGB | rgb(17, 108, 251) |
| HSL | hsl(217, 97%, 53%) |
| CMYK | cmyk(93%, 57%, 0%, 2%) |
| LAB | lab(49.3 30.3 -77.6) |
| LCH | lch(49.3 83.3 291.3) |
| OKLCH | oklch(0.573 0.228 260.4) |
Copy-ready code
/* CSS */
color: #116cfb;
background-color: #116cfb;
/* Tailwind (arbitrary) */
class="text-[#116cfb] bg-[#116cfb]"
/* SCSS */
$brand: #116cfb;
/* SwiftUI */
Color(red: 0.067, green: 0.424, blue: 0.984)
/* Android */
Color.parseColor("#116cfb")Accessibility — WCAG contrast
Aa
#116cfb on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116cfb on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.4%
Blue98.4%
CMYK percentages
Cyan93.2%
Magenta57.0%
Yellow0.0%
Key (black)1.6%
Color previews
#116cfb text on a black background
contrast 4.56:1
Card sample
#116cfb text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116cfb;
Background color
Panel with #116cfb background
background-color: #116cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 108, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 108, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116cfb; background: linear-gradient(135deg, #116cfb, #5211FB);