#5342df
a balanced, vivid blue · warm · closest name: slateblue
RGB
83, 66, 223
HSL
247°, 71%, 57%
CMYK
63, 70, 0, 13
Luminance
0.1106
Every format
| HEX | #5342df |
| RGB | rgb(83, 66, 223) |
| HSL | hsl(247, 71%, 57%) |
| CMYK | cmyk(63%, 70%, 0%, 13%) |
| LAB | lab(39.7 51.5 -77.4) |
| LCH | lch(39.7 92.9 303.6) |
| OKLCH | oklch(0.502 0.226 279.3) |
Copy-ready code
/* CSS */
color: #5342df;
background-color: #5342df;
/* Tailwind (arbitrary) */
class="text-[#5342df] bg-[#5342df]"
/* SCSS */
$brand: #5342df;
/* SwiftUI */
Color(red: 0.325, green: 0.259, blue: 0.875)
/* Android */
Color.parseColor("#5342df")Accessibility — WCAG contrast
Aa
#5342df on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5342df on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green25.9%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta70.4%
Yellow0.0%
Key (black)12.5%
Color previews
#5342df text on a black background
contrast 3.21:1
Card sample
#5342df text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5342df;
Background color
Panel with #5342df background
background-color: #5342df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5342df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 66, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 66, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5342df; background: linear-gradient(135deg, #5342df, #BC42DF);