#116cfd
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 108, 253
HSL
217°, 98%, 53%
CMYK
93, 57, 0, 1
Luminance
0.1794
Every format
| HEX | #116cfd |
| RGB | rgb(17, 108, 253) |
| HSL | hsl(217, 98%, 53%) |
| CMYK | cmyk(93%, 57%, 0%, 1%) |
| LAB | lab(49.4 31.0 -78.4) |
| LCH | lch(49.4 84.3 291.6) |
| OKLCH | oklch(0.575 0.230 260.6) |
Copy-ready code
/* CSS */
color: #116cfd;
background-color: #116cfd;
/* Tailwind (arbitrary) */
class="text-[#116cfd] bg-[#116cfd]"
/* SCSS */
$brand: #116cfd;
/* SwiftUI */
Color(red: 0.067, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#116cfd")Accessibility — WCAG contrast
Aa
#116cfd on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116cfd on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green42.4%
Blue99.2%
CMYK percentages
Cyan93.3%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#116cfd text on a black background
contrast 4.59:1
Card sample
#116cfd text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116cfd;
Background color
Panel with #116cfd background
background-color: #116cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116cfd; background: linear-gradient(135deg, #116cfd, #5311FD);