#1386fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
19, 134, 252
HSL
210°, 98%, 53%
CMYK
93, 47, 0, 1
Luminance
0.2422
Every format
| HEX | #1386fc |
| RGB | rgb(19, 134, 252) |
| HSL | hsl(210, 98%, 53%) |
| CMYK | cmyk(93%, 47%, 0%, 1%) |
| LAB | lab(56.3 14.4 -66.7) |
| LCH | lch(56.3 68.2 282.2) |
| OKLCH | oklch(0.627 0.199 254.9) |
Copy-ready code
/* CSS */
color: #1386fc;
background-color: #1386fc;
/* Tailwind (arbitrary) */
class="text-[#1386fc] bg-[#1386fc]"
/* SCSS */
$brand: #1386fc;
/* SwiftUI */
Color(red: 0.075, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#1386fc")Accessibility — WCAG contrast
Aa
#1386fc on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1386fc on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green52.5%
Blue98.8%
CMYK percentages
Cyan92.5%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#1386fc text on a black background
contrast 5.84:1
Card sample
#1386fc text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1386fc;
Background color
Panel with #1386fc background
background-color: #1386fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1386fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1386fc; background: linear-gradient(135deg, #1386fc, #3B13FC);