#116fe2
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 111, 226
HSL
213°, 86%, 48%
CMYK
93, 51, 0, 11
Luminance
0.1698
Every format
| HEX | #116fe2 |
| RGB | rgb(17, 111, 226) |
| HSL | hsl(213, 86%, 48%) |
| CMYK | cmyk(93%, 51%, 0%, 11%) |
| LAB | lab(48.2 18.7 -65.2) |
| LCH | lch(48.2 67.9 286.0) |
| OKLCH | oklch(0.559 0.193 257.4) |
Copy-ready code
/* CSS */
color: #116fe2;
background-color: #116fe2;
/* Tailwind (arbitrary) */
class="text-[#116fe2] bg-[#116fe2]"
/* SCSS */
$brand: #116fe2;
/* SwiftUI */
Color(red: 0.067, green: 0.435, blue: 0.886)
/* Android */
Color.parseColor("#116fe2")Accessibility — WCAG contrast
Aa
#116fe2 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#116fe2 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green43.5%
Blue88.6%
CMYK percentages
Cyan92.5%
Magenta50.9%
Yellow0.0%
Key (black)11.4%
Color previews
#116fe2 text on a black background
contrast 4.40:1
Card sample
#116fe2 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116fe2;
Background color
Panel with #116fe2 background
background-color: #116fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 111, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 111, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116fe2; background: linear-gradient(135deg, #116fe2, #3E11E2);