#5386fd
a light, electric blue · cool · closest name: dodgerblue
RGB
83, 134, 253
HSL
222°, 98%, 66%
CMYK
67, 47, 0, 1
Luminance
0.2598
Every format
| HEX | #5386fd |
| RGB | rgb(83, 134, 253) |
| HSL | hsl(222, 98%, 66%) |
| CMYK | cmyk(67%, 47%, 0%, 1%) |
| LAB | lab(58.0 20.7 -64.4) |
| LCH | lch(58.0 67.7 287.8) |
| OKLCH | oklch(0.645 0.185 264.4) |
Copy-ready code
/* CSS */
color: #5386fd;
background-color: #5386fd;
/* Tailwind (arbitrary) */
class="text-[#5386fd] bg-[#5386fd]"
/* SCSS */
$brand: #5386fd;
/* SwiftUI */
Color(red: 0.325, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#5386fd")Accessibility — WCAG contrast
Aa
#5386fd on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5386fd on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green52.5%
Blue99.2%
CMYK percentages
Cyan67.2%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#5386fd text on a black background
contrast 6.20:1
Card sample
#5386fd text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5386fd;
Background color
Panel with #5386fd background
background-color: #5386fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5386fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5386fd; background: linear-gradient(135deg, #5386fd, #9153FD);