#1127ff
a balanced, electric blue · warm · closest name: blue
RGB
17, 39, 255
HSL
235°, 100%, 53%
CMYK
93, 85, 0, 0
Luminance
0.0879
Every format
| HEX | #1127ff |
| RGB | rgb(17, 39, 255) |
| HSL | hsl(235, 100%, 53%) |
| CMYK | cmyk(93%, 85%, 0%, 0%) |
| LAB | lab(35.6 70.1 -102.4) |
| LCH | lch(35.6 124.1 304.4) |
| OKLCH | oklch(0.475 0.297 265.3) |
Copy-ready code
/* CSS */
color: #1127ff;
background-color: #1127ff;
/* Tailwind (arbitrary) */
class="text-[#1127ff] bg-[#1127ff]"
/* SCSS */
$brand: #1127ff;
/* SwiftUI */
Color(red: 0.067, green: 0.153, blue: 1.000)
/* Android */
Color.parseColor("#1127ff")Accessibility — WCAG contrast
Aa
#1127ff on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1127ff on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green15.3%
Blue100.0%
CMYK percentages
Cyan93.3%
Magenta84.7%
Yellow0.0%
Key (black)0.0%
Color previews
#1127ff text on a black background
contrast 2.76:1
Card sample
#1127ff text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1127ff;
Background color
Panel with #1127ff background
background-color: #1127ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1127ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 39, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 39, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1127ff; background: linear-gradient(135deg, #1127ff, #9A11FF);