#116cf4
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 108, 244
HSL
216°, 91%, 51%
CMYK
93, 56, 0, 4
Luminance
0.1738
Every format
| HEX | #116cf4 |
| RGB | rgb(17, 108, 244) |
| HSL | hsl(216, 91%, 51%) |
| CMYK | cmyk(93%, 56%, 0%, 4%) |
| LAB | lab(48.7 27.6 -74.5) |
| LCH | lch(48.7 79.5 290.3) |
| OKLCH | oklch(0.567 0.219 259.9) |
Copy-ready code
/* CSS */
color: #116cf4;
background-color: #116cf4;
/* Tailwind (arbitrary) */
class="text-[#116cf4] bg-[#116cf4]"
/* SCSS */
$brand: #116cf4;
/* SwiftUI */
Color(red: 0.067, green: 0.424, blue: 0.957)
/* Android */
Color.parseColor("#116cf4")Accessibility — WCAG contrast
Aa
#116cf4 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116cf4 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.4%
Blue95.7%
CMYK percentages
Cyan93.0%
Magenta55.7%
Yellow0.0%
Key (black)4.3%
Color previews
#116cf4 text on a black background
contrast 4.48:1
Card sample
#116cf4 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116cf4;
Background color
Panel with #116cf4 background
background-color: #116cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 108, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 108, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116cf4; background: linear-gradient(135deg, #116cf4, #4D11F4);