#1150df
a balanced, electric blue · cool · closest name: royalblue
RGB
17, 80, 223
HSL
222°, 86%, 47%
CMYK
92, 64, 0, 13
Luminance
0.1118
Every format
| HEX | #1150df |
| RGB | rgb(17, 80, 223) |
| HSL | hsl(222, 86%, 47%) |
| CMYK | cmyk(92%, 64%, 0%, 13%) |
| LAB | lab(39.9 37.5 -77.2) |
| LCH | lch(39.9 85.8 296.0) |
| OKLCH | oklch(0.496 0.225 263.0) |
Copy-ready code
/* CSS */
color: #1150df;
background-color: #1150df;
/* Tailwind (arbitrary) */
class="text-[#1150df] bg-[#1150df]"
/* SCSS */
$brand: #1150df;
/* SwiftUI */
Color(red: 0.067, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#1150df")Accessibility — WCAG contrast
Aa
#1150df on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1150df on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green31.4%
Blue87.5%
CMYK percentages
Cyan92.4%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#1150df text on a black background
contrast 3.24:1
Card sample
#1150df text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1150df;
Background color
Panel with #1150df background
background-color: #1150df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1150df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1150df; background: linear-gradient(135deg, #1150df, #5C11DF);