#016eee
a balanced, electric blue · cool · closest name: royalblue
RGB
1, 110, 238
HSL
212°, 99%, 47%
CMYK
100, 54, 0, 7
Luminance
0.1733
Every format
| HEX | #016eee |
| RGB | rgb(1, 110, 238) |
| HSL | hsl(212, 99%, 47%) |
| CMYK | cmyk(100%, 54%, 0%, 7%) |
| LAB | lab(48.7 23.6 -71.3) |
| LCH | lch(48.7 75.1 288.3) |
| OKLCH | oklch(0.565 0.210 258.2) |
Copy-ready code
/* CSS */
color: #016eee;
background-color: #016eee;
/* Tailwind (arbitrary) */
class="text-[#016eee] bg-[#016eee]"
/* SCSS */
$brand: #016eee;
/* SwiftUI */
Color(red: 0.004, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#016eee")Accessibility — WCAG contrast
Aa
#016eee on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#016eee on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green43.1%
Blue93.3%
CMYK percentages
Cyan99.6%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#016eee text on a black background
contrast 4.47:1
Card sample
#016eee text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #016eee;
Background color
Panel with #016eee background
background-color: #016eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #016eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #016eee; background: linear-gradient(135deg, #016eee, #3201EE);