#1360f2
a balanced, electric blue · cool · closest name: royalblue
RGB
19, 96, 242
HSL
219°, 90%, 51%
CMYK
92, 60, 0, 5
Luminance
0.1491
Every format
| HEX | #1360f2 |
| RGB | rgb(19, 96, 242) |
| HSL | hsl(219, 90%, 51%) |
| CMYK | cmyk(92%, 60%, 0%, 5%) |
| LAB | lab(45.5 34.6 -78.7) |
| LCH | lch(45.5 85.9 293.7) |
| OKLCH | oklch(0.543 0.230 261.9) |
Copy-ready code
/* CSS */
color: #1360f2;
background-color: #1360f2;
/* Tailwind (arbitrary) */
class="text-[#1360f2] bg-[#1360f2]"
/* SCSS */
$brand: #1360f2;
/* SwiftUI */
Color(red: 0.075, green: 0.376, blue: 0.949)
/* Android */
Color.parseColor("#1360f2")Accessibility — WCAG contrast
Aa
#1360f2 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1360f2 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green37.6%
Blue94.9%
CMYK percentages
Cyan92.1%
Magenta60.3%
Yellow0.0%
Key (black)5.1%
Color previews
#1360f2 text on a black background
contrast 3.98:1
Card sample
#1360f2 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1360f2;
Background color
Panel with #1360f2 background
background-color: #1360f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1360f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 96, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 96, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1360f2; background: linear-gradient(135deg, #1360f2, #5B13F2);