#1107eb
a balanced, electric blue · warm · closest name: blue
RGB
17, 7, 235
HSL
243°, 94%, 48%
CMYK
93, 97, 0, 8
Luminance
0.0627
Every format
| HEX | #1107eb |
| RGB | rgb(17, 7, 235) |
| HSL | hsl(243, 94%, 48%) |
| CMYK | cmyk(93%, 97%, 0%, 8%) |
| LAB | lab(30.1 73.4 -100.3) |
| LCH | lch(30.1 124.2 306.2) |
| OKLCH | oklch(0.430 0.291 265.5) |
Copy-ready code
/* CSS */
color: #1107eb;
background-color: #1107eb;
/* Tailwind (arbitrary) */
class="text-[#1107eb] bg-[#1107eb]"
/* SCSS */
$brand: #1107eb;
/* SwiftUI */
Color(red: 0.067, green: 0.027, blue: 0.922)
/* Android */
Color.parseColor("#1107eb")Accessibility — WCAG contrast
Aa
#1107eb on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1107eb on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green2.7%
Blue92.2%
CMYK percentages
Cyan92.8%
Magenta97.0%
Yellow0.0%
Key (black)7.8%
Color previews
#1107eb text on a black background
contrast 2.25:1
Card sample
#1107eb text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1107eb;
Background color
Panel with #1107eb background
background-color: #1107eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1107eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 7, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 7, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1107eb; background: linear-gradient(135deg, #1107eb, #A907EB);