#014eb9
a dark, electric blue · cool · closest name: royalblue
RGB
1, 78, 185
HSL
215°, 99%, 37%
CMYK
100, 58, 0, 28
Luminance
0.0896
Every format
| HEX | #014eb9 |
| RGB | rgb(1, 78, 185) |
| HSL | hsl(215, 99%, 37%) |
| CMYK | cmyk(100%, 58%, 0%, 28%) |
| LAB | lab(35.9 23.5 -61.7) |
| LCH | lch(35.9 66.0 290.9) |
| OKLCH | oklch(0.456 0.181 259.7) |
Copy-ready code
/* CSS */
color: #014eb9;
background-color: #014eb9;
/* Tailwind (arbitrary) */
class="text-[#014eb9] bg-[#014eb9]"
/* SCSS */
$brand: #014eb9;
/* SwiftUI */
Color(red: 0.004, green: 0.306, blue: 0.725)
/* Android */
Color.parseColor("#014eb9")Accessibility — WCAG contrast
Aa
#014eb9 on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#014eb9 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green30.6%
Blue72.5%
CMYK percentages
Cyan99.5%
Magenta57.8%
Yellow0.0%
Key (black)27.5%
Color previews
#014eb9 text on a black background
contrast 2.79:1
Card sample
#014eb9 text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #014eb9;
Background color
Panel with #014eb9 background
background-color: #014eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #014eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 78, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 78, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #014eb9; background: linear-gradient(135deg, #014eb9, #2F01B9);