#536cf2
a balanced, electric blue · warm · closest name: royalblue
RGB
83, 108, 242
HSL
231°, 86%, 64%
CMYK
66, 55, 0, 5
Luminance
0.1897
Every format
| HEX | #536cf2 |
| RGB | rgb(83, 108, 242) |
| HSL | hsl(231, 86%, 64%) |
| CMYK | cmyk(66%, 55%, 0%, 5%) |
| LAB | lab(50.7 32.8 -70.2) |
| LCH | lch(50.7 77.5 295.1) |
| OKLCH | oklch(0.587 0.202 270.9) |
Copy-ready code
/* CSS */
color: #536cf2;
background-color: #536cf2;
/* Tailwind (arbitrary) */
class="text-[#536cf2] bg-[#536cf2]"
/* SCSS */
$brand: #536cf2;
/* SwiftUI */
Color(red: 0.325, green: 0.424, blue: 0.949)
/* Android */
Color.parseColor("#536cf2")Accessibility — WCAG contrast
Aa
#536cf2 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#536cf2 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green42.4%
Blue94.9%
CMYK percentages
Cyan65.7%
Magenta55.4%
Yellow0.0%
Key (black)5.1%
Color previews
#536cf2 text on a black background
contrast 4.79:1
Card sample
#536cf2 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536cf2;
Background color
Panel with #536cf2 background
background-color: #536cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 108, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 108, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536cf2; background: linear-gradient(135deg, #536cf2, #A453F2);