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