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