#8563fd
a light, electric blue · warm · closest name: slateblue
RGB
133, 99, 253
HSL
253°, 98%, 69%
CMYK
47, 61, 0, 1
Luminance
0.2100
Every format
| HEX | #8563fd |
| RGB | rgb(133, 99, 253) |
| HSL | hsl(253, 98%, 69%) |
| CMYK | cmyk(47%, 61%, 0%, 1%) |
| LAB | lab(53.0 50.1 -72.4) |
| LCH | lch(53.0 88.1 304.7) |
| OKLCH | oklch(0.616 0.218 288.4) |
Copy-ready code
/* CSS */
color: #8563fd;
background-color: #8563fd;
/* Tailwind (arbitrary) */
class="text-[#8563fd] bg-[#8563fd]"
/* SCSS */
$brand: #8563fd;
/* SwiftUI */
Color(red: 0.522, green: 0.388, blue: 0.992)
/* Android */
Color.parseColor("#8563fd")Accessibility — WCAG contrast
Aa
#8563fd on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8563fd on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green38.8%
Blue99.2%
CMYK percentages
Cyan47.4%
Magenta60.9%
Yellow0.0%
Key (black)0.8%
Color previews
#8563fd text on a black background
contrast 5.20:1
Card sample
#8563fd text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8563fd;
Background color
Panel with #8563fd background
background-color: #8563fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8563fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 99, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 99, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8563fd; background: linear-gradient(135deg, #8563fd, #EC63FD);