#1350df
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 80, 223
HSL
222°, 84%, 48%
CMYK
92, 64, 0, 13
Luminance
0.1120
Every format
| HEX | #1350df |
| RGB | rgb(19, 80, 223) |
| HSL | hsl(222, 84%, 48%) |
| CMYK | cmyk(92%, 64%, 0%, 13%) |
| LAB | lab(39.9 37.6 -77.1) |
| LCH | lch(39.9 85.8 296.0) |
| OKLCH | oklch(0.496 0.225 263.2) |
Copy-ready code
/* CSS */
color: #1350df;
background-color: #1350df;
/* Tailwind (arbitrary) */
class="text-[#1350df] bg-[#1350df]"
/* SCSS */
$brand: #1350df;
/* SwiftUI */
Color(red: 0.075, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#1350df")Accessibility — WCAG contrast
Aa
#1350df on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1350df on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green31.4%
Blue87.5%
CMYK percentages
Cyan91.5%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#1350df text on a black background
contrast 3.24:1
Card sample
#1350df text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1350df;
Background color
Panel with #1350df background
background-color: #1350df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1350df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1350df; background: linear-gradient(135deg, #1350df, #5E13DF);