#5347cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
83, 71, 207
HSL
245°, 59%, 55%
CMYK
60, 66, 0, 19
Luminance
0.1085
Every format
| HEX | #5347cf |
| RGB | rgb(83, 71, 207) |
| HSL | hsl(245, 59%, 55%) |
| CMYK | cmyk(60%, 66%, 0%, 19%) |
| LAB | lab(39.3 43.7 -68.8) |
| LCH | lch(39.3 81.5 302.4) |
| OKLCH | oklch(0.495 0.201 280.1) |
Copy-ready code
/* CSS */
color: #5347cf;
background-color: #5347cf;
/* Tailwind (arbitrary) */
class="text-[#5347cf] bg-[#5347cf]"
/* SCSS */
$brand: #5347cf;
/* SwiftUI */
Color(red: 0.325, green: 0.278, blue: 0.812)
/* Android */
Color.parseColor("#5347cf")Accessibility — WCAG contrast
Aa
#5347cf on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5347cf on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green27.8%
Blue81.2%
CMYK percentages
Cyan59.9%
Magenta65.7%
Yellow0.0%
Key (black)18.8%
Color previews
#5347cf text on a black background
contrast 3.17:1
Card sample
#5347cf text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5347cf;
Background color
Panel with #5347cf background
background-color: #5347cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5347cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 71, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 71, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5347cf; background: linear-gradient(135deg, #5347cf, #AE47CF);