#116fe3
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 111, 227
HSL
213°, 86%, 48%
CMYK
93, 51, 0, 11
Luminance
0.1703
Every format
| HEX | #116fe3 |
| RGB | rgb(17, 111, 227) |
| HSL | hsl(213, 86%, 48%) |
| CMYK | cmyk(93%, 51%, 0%, 11%) |
| LAB | lab(48.3 19.1 -65.7) |
| LCH | lch(48.3 68.4 286.2) |
| OKLCH | oklch(0.560 0.194 257.6) |
Copy-ready code
/* CSS */
color: #116fe3;
background-color: #116fe3;
/* Tailwind (arbitrary) */
class="text-[#116fe3] bg-[#116fe3]"
/* SCSS */
$brand: #116fe3;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.890)
/* Android */
Color.parseColor("#116fe3")Accessibility — WCAG contrast
Aa
#116fe3 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116fe3 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue89.0%
CMYK percentages
Cyan92.5%
Magenta51.1%
Yellow0.0%
Key (black)11.0%
Color previews
#116fe3 text on a black background
contrast 4.41:1
Card sample
#116fe3 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116fe3;
Background color
Panel with #116fe3 background
background-color: #116fe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116fe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116fe3; background: linear-gradient(135deg, #116fe3, #3F11E3);