#5348df
a balanced, vivid blue · warm · closest name: slateblue
RGB
83, 72, 223
HSL
244°, 70%, 58%
CMYK
63, 68, 0, 13
Luminance
0.1180
Every format
| HEX | #5348df |
| RGB | rgb(83, 72, 223) |
| HSL | hsl(244, 70%, 58%) |
| CMYK | cmyk(63%, 68%, 0%, 13%) |
| LAB | lab(40.9 48.1 -75.4) |
| LCH | lch(40.9 89.4 302.6) |
| OKLCH | oklch(0.511 0.220 278.5) |
Copy-ready code
/* CSS */
color: #5348df;
background-color: #5348df;
/* Tailwind (arbitrary) */
class="text-[#5348df] bg-[#5348df]"
/* SCSS */
$brand: #5348df;
/* SwiftUI */
Color(red: 0.325, green: 0.282, blue: 0.875)
/* Android */
Color.parseColor("#5348df")Accessibility — WCAG contrast
Aa
#5348df on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5348df on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green28.2%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta67.7%
Yellow0.0%
Key (black)12.5%
Color previews
#5348df text on a black background
contrast 3.36:1
Card sample
#5348df text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5348df;
Background color
Panel with #5348df background
background-color: #5348df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5348df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 72, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 72, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5348df; background: linear-gradient(135deg, #5348df, #B848DF);