#1160ff
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 96, 255
HSL
220°, 100%, 53%
CMYK
93, 62, 0, 0
Luminance
0.1570
Every format
| HEX | #1160ff |
| RGB | rgb(17, 96, 255) |
| HSL | hsl(220, 100%, 53%) |
| CMYK | cmyk(93%, 62%, 0%, 0%) |
| LAB | lab(46.6 39.4 -84.2) |
| LCH | lch(46.6 92.9 295.1) |
| OKLCH | oklch(0.554 0.246 262.4) |
Copy-ready code
/* CSS */
color: #1160ff;
background-color: #1160ff;
/* Tailwind (arbitrary) */
class="text-[#1160ff] bg-[#1160ff]"
/* SCSS */
$brand: #1160ff;
/* SwiftUI */
Color(red: 0.067, green: 0.376, blue: 1.000)
/* Android */
Color.parseColor("#1160ff")Accessibility — WCAG contrast
Aa
#1160ff on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1160ff on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green37.6%
Blue100.0%
CMYK percentages
Cyan93.3%
Magenta62.4%
Yellow0.0%
Key (black)0.0%
Color previews
#1160ff text on a black background
contrast 4.14:1
Card sample
#1160ff text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1160ff;
Background color
Panel with #1160ff background
background-color: #1160ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1160ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 96, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 96, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1160ff; background: linear-gradient(135deg, #1160ff, #6111FF);