#116cff
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 108, 255
HSL
217°, 100%, 53%
CMYK
93, 58, 0, 0
Luminance
0.1806
Every format
| HEX | #116cff |
| RGB | rgb(17, 108, 255) |
| HSL | hsl(217, 100%, 53%) |
| CMYK | cmyk(93%, 58%, 0%, 0%) |
| LAB | lab(49.6 31.8 -79.3) |
| LCH | lch(49.6 85.4 291.9) |
| OKLCH | oklch(0.576 0.233 260.7) |
Copy-ready code
/* CSS */
color: #116cff;
background-color: #116cff;
/* Tailwind (arbitrary) */
class="text-[#116cff] bg-[#116cff]"
/* SCSS */
$brand: #116cff;
/* SwiftUI */
Color(red: 0.067, green: 0.424, blue: 1.000)
/* Android */
Color.parseColor("#116cff")Accessibility — WCAG contrast
Aa
#116cff on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116cff on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.4%
Blue100.0%
CMYK percentages
Cyan93.3%
Magenta57.6%
Yellow0.0%
Key (black)0.0%
Color previews
#116cff text on a black background
contrast 4.61:1
Card sample
#116cff text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116cff;
Background color
Panel with #116cff background
background-color: #116cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 108, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 108, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116cff; background: linear-gradient(135deg, #116cff, #5511FF);