#1073df
a balanced, electric blue · cool · closest name: dodgerblue
RGB
16, 115, 223
HSL
211°, 87%, 47%
CMYK
93, 48, 0, 13
Luminance
0.1770
Every format
| HEX | #1073df |
| RGB | rgb(16, 115, 223) |
| HSL | hsl(211, 87%, 47%) |
| CMYK | cmyk(93%, 48%, 0%, 13%) |
| LAB | lab(49.1 15.0 -62.1) |
| LCH | lch(49.1 63.9 283.6) |
| OKLCH | oklch(0.566 0.184 255.8) |
Copy-ready code
/* CSS */
color: #1073df;
background-color: #1073df;
/* Tailwind (arbitrary) */
class="text-[#1073df] bg-[#1073df]"
/* SCSS */
$brand: #1073df;
/* SwiftUI */
Color(red: 0.063, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#1073df")Accessibility — WCAG contrast
Aa
#1073df on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1073df on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green45.1%
Blue87.5%
CMYK percentages
Cyan92.8%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#1073df text on a black background
contrast 4.54:1
Card sample
#1073df text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1073df;
Background color
Panel with #1073df background
background-color: #1073df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1073df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1073df; background: linear-gradient(135deg, #1073df, #3710DF);