#5378fd
a light, electric blue · warm · closest name: royalblue
RGB
83, 120, 253
HSL
227°, 98%, 66%
CMYK
67, 53, 0, 1
Luminance
0.2236
Every format
| HEX | #5378fd |
| RGB | rgb(83, 120, 253) |
| HSL | hsl(227, 98%, 66%) |
| CMYK | cmyk(67%, 53%, 0%, 1%) |
| LAB | lab(54.4 29.2 -70.2) |
| LCH | lch(54.4 76.1 292.6) |
| OKLCH | oklch(0.618 0.202 268.2) |
Copy-ready code
/* CSS */
color: #5378fd;
background-color: #5378fd;
/* Tailwind (arbitrary) */
class="text-[#5378fd] bg-[#5378fd]"
/* SCSS */
$brand: #5378fd;
/* SwiftUI */
Color(red: 0.325, green: 0.471, blue: 0.992)
/* Android */
Color.parseColor("#5378fd")Accessibility — WCAG contrast
Aa
#5378fd on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5378fd on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green47.1%
Blue99.2%
CMYK percentages
Cyan67.2%
Magenta52.6%
Yellow0.0%
Key (black)0.8%
Color previews
#5378fd text on a black background
contrast 5.47:1
Card sample
#5378fd text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5378fd;
Background color
Panel with #5378fd background
background-color: #5378fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5378fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 120, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 120, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5378fd; background: linear-gradient(135deg, #5378fd, #9F53FD);