#014ace
a dark, electric blue · cool · closest name: royalblue
RGB
1, 74, 206
HSL
219°, 99%, 41%
CMYK
100, 64, 0, 19
Luminance
0.0936
Every format
| HEX | #014ace |
| RGB | rgb(1, 74, 206) |
| HSL | hsl(219, 99%, 41%) |
| CMYK | cmyk(100%, 64%, 0%, 19%) |
| LAB | lab(36.7 34.5 -72.7) |
| LCH | lch(36.7 80.5 295.4) |
| OKLCH | oklch(0.467 0.213 261.9) |
Copy-ready code
/* CSS */
color: #014ace;
background-color: #014ace;
/* Tailwind (arbitrary) */
class="text-[#014ace] bg-[#014ace]"
/* SCSS */
$brand: #014ace;
/* SwiftUI */
Color(red: 0.004, green: 0.290, blue: 0.808)
/* Android */
Color.parseColor("#014ace")Accessibility — WCAG contrast
Aa
#014ace on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#014ace on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green29.0%
Blue80.8%
CMYK percentages
Cyan99.5%
Magenta64.1%
Yellow0.0%
Key (black)19.2%
Color previews
#014ace text on a black background
contrast 2.87:1
Card sample
#014ace text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #014ace;
Background color
Panel with #014ace background
background-color: #014ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #014ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 74, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 74, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #014ace; background: linear-gradient(135deg, #014ace, #4101CE);