#014ef1
a balanced, electric blue · cool · closest name: royalblue
RGB
1, 78, 241
HSL
221°, 99%, 48%
CMYK
100, 68, 0, 6
Luminance
0.1181
Every format
| HEX | #014ef1 |
| RGB | rgb(1, 78, 241) |
| HSL | hsl(221, 99%, 48%) |
| CMYK | cmyk(100%, 68%, 0%, 6%) |
| LAB | lab(40.9 45.1 -85.7) |
| LCH | lch(40.9 96.8 297.7) |
| OKLCH | oklch(0.508 0.251 262.8) |
Copy-ready code
/* CSS */
color: #014ef1;
background-color: #014ef1;
/* Tailwind (arbitrary) */
class="text-[#014ef1] bg-[#014ef1]"
/* SCSS */
$brand: #014ef1;
/* SwiftUI */
Color(red: 0.004, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#014ef1")Accessibility — WCAG contrast
Aa
#014ef1 on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#014ef1 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green30.6%
Blue94.5%
CMYK percentages
Cyan99.6%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#014ef1 text on a black background
contrast 3.36:1
Card sample
#014ef1 text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #014ef1;
Background color
Panel with #014ef1 background
background-color: #014ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #014ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #014ef1; background: linear-gradient(135deg, #014ef1, #5401F1);