#1391df
a balanced, electric blue · cool · closest name: steelblue
RGB
19, 145, 223
HSL
203°, 84%, 48%
CMYK
92, 35, 0, 13
Luminance
0.2572
Every format
| HEX | #1391df |
| RGB | rgb(19, 145, 223) |
| HSL | hsl(203, 84%, 48%) |
| CMYK | cmyk(92%, 35%, 0%, 13%) |
| LAB | lab(57.8 -3.2 -48.3) |
| LCH | lch(57.8 48.4 266.2) |
| OKLCH | oklch(0.633 0.153 244.4) |
Copy-ready code
/* CSS */
color: #1391df;
background-color: #1391df;
/* Tailwind (arbitrary) */
class="text-[#1391df] bg-[#1391df]"
/* SCSS */
$brand: #1391df;
/* SwiftUI */
Color(red: 0.075, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#1391df")Accessibility — WCAG contrast
Aa
#1391df on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1391df on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green56.9%
Blue87.5%
CMYK percentages
Cyan91.5%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#1391df text on a black background
contrast 6.14:1
Card sample
#1391df text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1391df;
Background color
Panel with #1391df background
background-color: #1391df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1391df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1391df; background: linear-gradient(135deg, #1391df, #1D13DF);