#3560df
a balanced, vivid blue · cool · closest name: royalblue
RGB
53, 96, 223
HSL
225°, 73%, 54%
CMYK
76, 57, 0, 13
Luminance
0.1445
Every format
| HEX | #3560df |
| RGB | rgb(53, 96, 223) |
| HSL | hsl(225, 73%, 54%) |
| CMYK | cmyk(76%, 57%, 0%, 13%) |
| LAB | lab(44.9 29.8 -69.0) |
| LCH | lch(44.9 75.1 293.4) |
| OKLCH | oklch(0.536 0.200 265.7) |
Copy-ready code
/* CSS */
color: #3560df;
background-color: #3560df;
/* Tailwind (arbitrary) */
class="text-[#3560df] bg-[#3560df]"
/* SCSS */
$brand: #3560df;
/* SwiftUI */
Color(red: 0.208, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#3560df")Accessibility — WCAG contrast
Aa
#3560df on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3560df on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green37.6%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#3560df text on a black background
contrast 3.89:1
Card sample
#3560df text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3560df;
Background color
Panel with #3560df background
background-color: #3560df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3560df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3560df; background: linear-gradient(135deg, #3560df, #7B35DF);