#116fee
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 111, 238
HSL
215°, 87%, 50%
CMYK
93, 53, 0, 7
Luminance
0.1766
Every format
| HEX | #116fee |
| RGB | rgb(17, 111, 238) |
| HSL | hsl(215, 87%, 50%) |
| CMYK | cmyk(93%, 53%, 0%, 7%) |
| LAB | lab(49.1 23.4 -70.6) |
| LCH | lch(49.1 74.4 288.3) |
| OKLCH | oklch(0.569 0.208 258.8) |
Copy-ready code
/* CSS */
color: #116fee;
background-color: #116fee;
/* Tailwind (arbitrary) */
class="text-[#116fee] bg-[#116fee]"
/* SCSS */
$brand: #116fee;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.933)
/* Android */
Color.parseColor("#116fee")Accessibility — WCAG contrast
Aa
#116fee on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116fee on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue93.3%
CMYK percentages
Cyan92.9%
Magenta53.4%
Yellow0.0%
Key (black)6.7%
Color previews
#116fee text on a black background
contrast 4.53:1
Card sample
#116fee text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116fee;
Background color
Panel with #116fee background
background-color: #116fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116fee; background: linear-gradient(135deg, #116fee, #4611EE);