#116fdf
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 111, 223
HSL
213°, 86%, 47%
CMYK
92, 50, 0, 13
Luminance
0.1682
Every format
| HEX | #116fdf |
| RGB | rgb(17, 111, 223) |
| HSL | hsl(213, 86%, 47%) |
| CMYK | cmyk(92%, 50%, 0%, 13%) |
| LAB | lab(48.0 17.6 -63.9) |
| LCH | lch(48.0 66.3 285.4) |
| OKLCH | oklch(0.557 0.189 257.0) |
Copy-ready code
/* CSS */
color: #116fdf;
background-color: #116fdf;
/* Tailwind (arbitrary) */
class="text-[#116fdf] bg-[#116fdf]"
/* SCSS */
$brand: #116fdf;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#116fdf")Accessibility — WCAG contrast
Aa
#116fdf on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116fdf on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue87.5%
CMYK percentages
Cyan92.4%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#116fdf text on a black background
contrast 4.36:1
Card sample
#116fdf text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116fdf;
Background color
Panel with #116fdf background
background-color: #116fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116fdf; background: linear-gradient(135deg, #116fdf, #3C11DF);