#016ace
a dark, electric blue · cool · closest name: royalblue
RGB
1, 106, 206
HSL
209°, 99%, 41%
CMYK
100, 49, 0, 19
Luminance
0.1477
Every format
| HEX | #016ace |
| RGB | rgb(1, 106, 206) |
| HSL | hsl(209, 99%, 41%) |
| CMYK | cmyk(100%, 49%, 0%, 19%) |
| LAB | lab(45.3 13.5 -58.6) |
| LCH | lch(45.3 60.1 283.0) |
| OKLCH | oklch(0.532 0.175 255.0) |
Copy-ready code
/* CSS */
color: #016ace;
background-color: #016ace;
/* Tailwind (arbitrary) */
class="text-[#016ace] bg-[#016ace]"
/* SCSS */
$brand: #016ace;
/* SwiftUI */
Color(red: 0.004, green: 0.416, blue: 0.808)
/* Android */
Color.parseColor("#016ace")Accessibility — WCAG contrast
Aa
#016ace on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#016ace on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green41.6%
Blue80.8%
CMYK percentages
Cyan99.5%
Magenta48.5%
Yellow0.0%
Key (black)19.2%
Color previews
#016ace text on a black background
contrast 3.95:1
Card sample
#016ace text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #016ace;
Background color
Panel with #016ace background
background-color: #016ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #016ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 106, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 106, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #016ace; background: linear-gradient(135deg, #016ace, #2101CE);