#5643fd
a balanced, electric blue · warm · closest name: blue
RGB
86, 67, 253
HSL
246°, 98%, 63%
CMYK
66, 74, 0, 1
Luminance
0.1308
Every format
| HEX | #5643fd |
| RGB | rgb(86, 67, 253) |
| HSL | hsl(246, 98%, 63%) |
| CMYK | cmyk(66%, 74%, 0%, 1%) |
| LAB | lab(42.9 60.3 -89.0) |
| LCH | lch(42.9 107.5 304.1) |
| OKLCH | oklch(0.534 0.260 277.5) |
Copy-ready code
/* CSS */
color: #5643fd;
background-color: #5643fd;
/* Tailwind (arbitrary) */
class="text-[#5643fd] bg-[#5643fd]"
/* SCSS */
$brand: #5643fd;
/* SwiftUI */
Color(red: 0.337, green: 0.263, blue: 0.992)
/* Android */
Color.parseColor("#5643fd")Accessibility — WCAG contrast
Aa
#5643fd on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5643fd on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green26.3%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta73.5%
Yellow0.0%
Key (black)0.8%
Color previews
#5643fd text on a black background
contrast 3.62:1
Card sample
#5643fd text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5643fd;
Background color
Panel with #5643fd background
background-color: #5643fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5643fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 67, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 67, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5643fd; background: linear-gradient(135deg, #5643fd, #D243FD);