#1a48e8
a balanced, electric blue · warm · closest name: royalblue
RGB
26, 72, 232
HSL
227°, 82%, 51%
CMYK
89, 69, 0, 9
Luminance
0.1068
Every format
| HEX | #1a48e8 |
| RGB | rgb(26, 72, 232) |
| HSL | hsl(227, 82%, 51%) |
| CMYK | cmyk(89%, 69%, 0%, 9%) |
| LAB | lab(39.0 46.2 -83.7) |
| LCH | lch(39.0 95.6 298.9) |
| OKLCH | oklch(0.493 0.244 265.0) |
Copy-ready code
/* CSS */
color: #1a48e8;
background-color: #1a48e8;
/* Tailwind (arbitrary) */
class="text-[#1a48e8] bg-[#1a48e8]"
/* SCSS */
$brand: #1a48e8;
/* SwiftUI */
Color(red: 0.102, green: 0.282, blue: 0.910)
/* Android */
Color.parseColor("#1a48e8")Accessibility — WCAG contrast
Aa
#1a48e8 on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1a48e8 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green28.2%
Blue91.0%
CMYK percentages
Cyan88.8%
Magenta69.0%
Yellow0.0%
Key (black)9.0%
Color previews
#1a48e8 text on a black background
contrast 3.14:1
Card sample
#1a48e8 text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a48e8;
Background color
Panel with #1a48e8 background
background-color: #1a48e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a48e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 72, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 72, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a48e8; background: linear-gradient(135deg, #1a48e8, #751AE8);