#5368df
a balanced, vivid blue · warm · closest name: royalblue
RGB
83, 104, 223
HSL
231°, 69%, 60%
CMYK
63, 53, 0, 13
Luminance
0.1707
Every format
| HEX | #5368df |
| RGB | rgb(83, 104, 223) |
| HSL | hsl(231, 69%, 60%) |
| CMYK | cmyk(63%, 53%, 0%, 13%) |
| LAB | lab(48.3 28.9 -63.3) |
| LCH | lch(48.3 69.5 294.5) |
| OKLCH | oklch(0.566 0.182 271.8) |
Copy-ready code
/* CSS */
color: #5368df;
background-color: #5368df;
/* Tailwind (arbitrary) */
class="text-[#5368df] bg-[#5368df]"
/* SCSS */
$brand: #5368df;
/* SwiftUI */
Color(red: 0.325, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#5368df")Accessibility — WCAG contrast
Aa
#5368df on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5368df on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green40.8%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#5368df text on a black background
contrast 4.41:1
Card sample
#5368df text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5368df;
Background color
Panel with #5368df background
background-color: #5368df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5368df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5368df; background: linear-gradient(135deg, #5368df, #9B53DF);