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