#116bee
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 107, 238
HSL
216°, 87%, 50%
CMYK
93, 55, 0, 7
Luminance
0.1681
Every format
| HEX | #116bee |
| RGB | rgb(17, 107, 238) |
| HSL | hsl(216, 87%, 50%) |
| CMYK | cmyk(93%, 55%, 0%, 7%) |
| LAB | lab(48.0 25.9 -72.3) |
| LCH | lch(48.0 76.8 289.7) |
| OKLCH | oklch(0.561 0.213 259.6) |
Copy-ready code
/* CSS */
color: #116bee;
background-color: #116bee;
/* Tailwind (arbitrary) */
class="text-[#116bee] bg-[#116bee]"
/* SCSS */
$brand: #116bee;
/* SwiftUI */
Color(red: 0.067, green: 0.420, blue: 0.933)
/* Android */
Color.parseColor("#116bee")Accessibility — WCAG contrast
Aa
#116bee on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116bee on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.0%
Blue93.3%
CMYK percentages
Cyan92.9%
Magenta55.0%
Yellow0.0%
Key (black)6.7%
Color previews
#116bee text on a black background
contrast 4.36:1
Card sample
#116bee text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116bee;
Background color
Panel with #116bee background
background-color: #116bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 107, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 107, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116bee; background: linear-gradient(135deg, #116bee, #4A11EE);