#5348ba
a balanced, vivid blue · warm · closest name: slateblue
RGB
83, 72, 186
HSL
246°, 45%, 51%
CMYK
55, 61, 0, 27
Luminance
0.1002
Every format
| HEX | #5348ba |
| RGB | rgb(83, 72, 186) |
| HSL | hsl(246, 45%, 51%) |
| CMYK | cmyk(55%, 61%, 0%, 27%) |
| LAB | lab(37.9 36.4 -58.9) |
| LCH | lch(37.9 69.3 301.7) |
| OKLCH | oklch(0.480 0.173 282.0) |
Copy-ready code
/* CSS */
color: #5348ba;
background-color: #5348ba;
/* Tailwind (arbitrary) */
class="text-[#5348ba] bg-[#5348ba]"
/* SCSS */
$brand: #5348ba;
/* SwiftUI */
Color(red: 0.325, green: 0.282, blue: 0.729)
/* Android */
Color.parseColor("#5348ba")Accessibility — WCAG contrast
Aa
#5348ba on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5348ba on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green28.2%
Blue72.9%
CMYK percentages
Cyan55.4%
Magenta61.3%
Yellow0.0%
Key (black)27.1%
Color previews
#5348ba text on a black background
contrast 3.00:1
Card sample
#5348ba text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5348ba;
Background color
Panel with #5348ba background
background-color: #5348ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5348ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 72, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 72, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5348ba; background: linear-gradient(135deg, #5348ba, #9F48BA);