#536fda
a balanced, vivid blue · warm · closest name: royalblue
RGB
83, 111, 218
HSL
228°, 65%, 59%
CMYK
62, 49, 0, 15
Luminance
0.1827
Every format
| HEX | #536fda |
| RGB | rgb(83, 111, 218) |
| HSL | hsl(228, 65%, 59%) |
| CMYK | cmyk(62%, 49%, 0%, 15%) |
| LAB | lab(49.8 22.8 -58.0) |
| LCH | lch(49.8 62.4 291.5) |
| OKLCH | oklch(0.576 0.166 269.5) |
Copy-ready code
/* CSS */
color: #536fda;
background-color: #536fda;
/* Tailwind (arbitrary) */
class="text-[#536fda] bg-[#536fda]"
/* SCSS */
$brand: #536fda;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.855)
/* Android */
Color.parseColor("#536fda")Accessibility — WCAG contrast
Aa
#536fda on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#536fda on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue85.5%
CMYK percentages
Cyan61.9%
Magenta49.1%
Yellow0.0%
Key (black)14.5%
Color previews
#536fda text on a black background
contrast 4.65:1
Card sample
#536fda text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536fda;
Background color
Panel with #536fda background
background-color: #536fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536fda; background: linear-gradient(135deg, #536fda, #9153DA);