#1127eb
a balanced, electric blue · warm · closest name: blue
RGB
17, 39, 235
HSL
234°, 87%, 49%
CMYK
93, 83, 0, 8
Luminance
0.0757
Every format
| HEX | #1127eb |
| RGB | rgb(17, 39, 235) |
| HSL | hsl(234, 87%, 49%) |
| CMYK | cmyk(93%, 83%, 0%, 8%) |
| LAB | lab(33.1 64.3 -95.3) |
| LCH | lch(33.1 114.9 304.0) |
| OKLCH | oklch(0.451 0.277 265.5) |
Copy-ready code
/* CSS */
color: #1127eb;
background-color: #1127eb;
/* Tailwind (arbitrary) */
class="text-[#1127eb] bg-[#1127eb]"
/* SCSS */
$brand: #1127eb;
/* SwiftUI */
Color(red: 0.067, green: 0.153, blue: 0.922)
/* Android */
Color.parseColor("#1127eb")Accessibility — WCAG contrast
Aa
#1127eb on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1127eb on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green15.3%
Blue92.2%
CMYK percentages
Cyan92.8%
Magenta83.4%
Yellow0.0%
Key (black)7.8%
Color previews
#1127eb text on a black background
contrast 2.51:1
Card sample
#1127eb text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1127eb;
Background color
Panel with #1127eb background
background-color: #1127eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1127eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 39, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 39, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1127eb; background: linear-gradient(135deg, #1127eb, #8C11EB);