#116ffb
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 111, 251
HSL
216°, 97%, 53%
CMYK
93, 56, 0, 2
Luminance
0.1845
Every format
| HEX | #116ffb |
| RGB | rgb(17, 111, 251) |
| HSL | hsl(216, 97%, 53%) |
| CMYK | cmyk(93%, 56%, 0%, 2%) |
| LAB | lab(50.0 28.4 -76.3) |
| LCH | lch(50.0 81.4 290.4) |
| OKLCH | oklch(0.579 0.224 259.9) |
Copy-ready code
/* CSS */
color: #116ffb;
background-color: #116ffb;
/* Tailwind (arbitrary) */
class="text-[#116ffb] bg-[#116ffb]"
/* SCSS */
$brand: #116ffb;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.984)
/* Android */
Color.parseColor("#116ffb")Accessibility — WCAG contrast
Aa
#116ffb on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#116ffb on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue98.4%
CMYK percentages
Cyan93.2%
Magenta55.8%
Yellow0.0%
Key (black)1.6%
Color previews
#116ffb text on a black background
contrast 4.69:1
Card sample
#116ffb text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116ffb;
Background color
Panel with #116ffb background
background-color: #116ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116ffb; background: linear-gradient(135deg, #116ffb, #4F11FB);