#536fdc
a balanced, vivid blue · warm · closest name: royalblue
RGB
83, 111, 220
HSL
228°, 66%, 59%
CMYK
62, 50, 0, 14
Luminance
0.1838
Every format
| HEX | #536fdc |
| RGB | rgb(83, 111, 220) |
| HSL | hsl(228, 66%, 59%) |
| CMYK | cmyk(62%, 50%, 0%, 14%) |
| LAB | lab(50.0 23.5 -59.0) |
| LCH | lch(50.0 63.5 291.7) |
| OKLCH | oklch(0.577 0.169 269.6) |
Copy-ready code
/* CSS */
color: #536fdc;
background-color: #536fdc;
/* Tailwind (arbitrary) */
class="text-[#536fdc] bg-[#536fdc]"
/* SCSS */
$brand: #536fdc;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.863)
/* Android */
Color.parseColor("#536fdc")Accessibility — WCAG contrast
Aa
#536fdc on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#536fdc on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue86.3%
CMYK percentages
Cyan62.3%
Magenta49.5%
Yellow0.0%
Key (black)13.7%
Color previews
#536fdc text on a black background
contrast 4.68:1
Card sample
#536fdc text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536fdc;
Background color
Panel with #536fdc background
background-color: #536fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536fdc; background: linear-gradient(135deg, #536fdc, #9253DC);