#5367cf
a balanced, vivid blue · warm · closest name: royalblue
RGB
83, 103, 207
HSL
230°, 56%, 57%
CMYK
60, 50, 0, 19
Luminance
0.1604
Every format
| HEX | #5367cf |
| RGB | rgb(83, 103, 207) |
| HSL | hsl(230, 56%, 57%) |
| CMYK | cmyk(60%, 50%, 0%, 19%) |
| LAB | lab(47.0 24.1 -56.3) |
| LCH | lch(47.0 61.2 293.2) |
| OKLCH | oklch(0.552 0.161 271.9) |
Copy-ready code
/* CSS */
color: #5367cf;
background-color: #5367cf;
/* Tailwind (arbitrary) */
class="text-[#5367cf] bg-[#5367cf]"
/* SCSS */
$brand: #5367cf;
/* SwiftUI */
Color(red: 0.325, green: 0.404, blue: 0.812)
/* Android */
Color.parseColor("#5367cf")Accessibility — WCAG contrast
Aa
#5367cf on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5367cf on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green40.4%
Blue81.2%
CMYK percentages
Cyan59.9%
Magenta50.2%
Yellow0.0%
Key (black)18.8%
Color previews
#5367cf text on a black background
contrast 4.21:1
Card sample
#5367cf text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5367cf;
Background color
Panel with #5367cf background
background-color: #5367cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5367cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 103, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 103, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5367cf; background: linear-gradient(135deg, #5367cf, #9253CF);