#116fd7
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 111, 215
HSL
212°, 85%, 46%
CMYK
92, 48, 0, 16
Luminance
0.1639
Every format
| HEX | #116fd7 |
| RGB | rgb(17, 111, 215) |
| HSL | hsl(212, 85%, 46%) |
| CMYK | cmyk(92%, 48%, 0%, 16%) |
| LAB | lab(47.5 14.4 -60.2) |
| LCH | lch(47.5 61.9 283.5) |
| OKLCH | oklch(0.551 0.179 255.9) |
Copy-ready code
/* CSS */
color: #116fd7;
background-color: #116fd7;
/* Tailwind (arbitrary) */
class="text-[#116fd7] bg-[#116fd7]"
/* SCSS */
$brand: #116fd7;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.843)
/* Android */
Color.parseColor("#116fd7")Accessibility — WCAG contrast
Aa
#116fd7 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116fd7 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue84.3%
CMYK percentages
Cyan92.1%
Magenta48.4%
Yellow0.0%
Key (black)15.7%
Color previews
#116fd7 text on a black background
contrast 4.28:1
Card sample
#116fd7 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116fd7;
Background color
Panel with #116fd7 background
background-color: #116fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116fd7; background: linear-gradient(135deg, #116fd7, #3711D7);