#116fd9
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 111, 217
HSL
212°, 86%, 46%
CMYK
92, 49, 0, 15
Luminance
0.1650
Every format
| HEX | #116fd9 |
| RGB | rgb(17, 111, 217) |
| HSL | hsl(212, 86%, 46%) |
| CMYK | cmyk(92%, 49%, 0%, 15%) |
| LAB | lab(47.6 15.2 -61.1) |
| LCH | lch(47.6 63.0 284.0) |
| OKLCH | oklch(0.553 0.181 256.2) |
Copy-ready code
/* CSS */
color: #116fd9;
background-color: #116fd9;
/* Tailwind (arbitrary) */
class="text-[#116fd9] bg-[#116fd9]"
/* SCSS */
$brand: #116fd9;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.851)
/* Android */
Color.parseColor("#116fd9")Accessibility — WCAG contrast
Aa
#116fd9 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116fd9 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue85.1%
CMYK percentages
Cyan92.2%
Magenta48.8%
Yellow0.0%
Key (black)14.9%
Color previews
#116fd9 text on a black background
contrast 4.30:1
Card sample
#116fd9 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116fd9;
Background color
Panel with #116fd9 background
background-color: #116fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116fd9; background: linear-gradient(135deg, #116fd9, #3811D9);