#1156df
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 86, 223
HSL
220°, 86%, 47%
CMYK
92, 61, 0, 13
Luminance
0.1210
Every format
| HEX | #1156df |
| RGB | rgb(17, 86, 223) |
| HSL | hsl(220, 86%, 47%) |
| CMYK | cmyk(92%, 61%, 0%, 13%) |
| LAB | lab(41.4 33.7 -74.7) |
| LCH | lch(41.4 82.0 294.3) |
| OKLCH | oklch(0.507 0.218 262.2) |
Copy-ready code
/* CSS */
color: #1156df;
background-color: #1156df;
/* Tailwind (arbitrary) */
class="text-[#1156df] bg-[#1156df]"
/* SCSS */
$brand: #1156df;
/* SwiftUI */
Color(red: 0.067, green: 0.337, blue: 0.875)
/* Android */
Color.parseColor("#1156df")Accessibility — WCAG contrast
Aa
#1156df on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1156df on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green33.7%
Blue87.5%
CMYK percentages
Cyan92.4%
Magenta61.4%
Yellow0.0%
Key (black)12.5%
Color previews
#1156df text on a black background
contrast 3.42:1
Card sample
#1156df text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1156df;
Background color
Panel with #1156df background
background-color: #1156df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1156df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 86, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 86, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1156df; background: linear-gradient(135deg, #1156df, #5511DF);