#014ffd
a balanced, electric blue · cool · closest name: royalblue
RGB
1, 79, 253
HSL
221°, 99%, 50%
CMYK
100, 69, 0, 1
Luminance
0.1269
Every format
| HEX | #014ffd |
| RGB | rgb(1, 79, 253) |
| HSL | hsl(221, 99%, 50%) |
| CMYK | cmyk(100%, 69%, 0%, 1%) |
| LAB | lab(42.3 48.8 -90.1) |
| LCH | lch(42.3 102.5 298.4) |
| OKLCH | oklch(0.521 0.264 263.1) |
Copy-ready code
/* CSS */
color: #014ffd;
background-color: #014ffd;
/* Tailwind (arbitrary) */
class="text-[#014ffd] bg-[#014ffd]"
/* SCSS */
$brand: #014ffd;
/* SwiftUI */
Color(red: 0.004, green: 0.310, blue: 0.992)
/* Android */
Color.parseColor("#014ffd")Accessibility — WCAG contrast
Aa
#014ffd on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#014ffd on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green31.0%
Blue99.2%
CMYK percentages
Cyan99.6%
Magenta68.8%
Yellow0.0%
Key (black)0.8%
Color previews
#014ffd text on a black background
contrast 3.54:1
Card sample
#014ffd text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #014ffd;
Background color
Panel with #014ffd background
background-color: #014ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #014ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 79, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 79, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #014ffd; background: linear-gradient(135deg, #014ffd, #5B01FD);