#8569f1
a light, electric blue · warm · closest name: slateblue
RGB
133, 105, 241
HSL
252°, 83%, 68%
CMYK
45, 56, 0, 6
Luminance
0.2144
Every format
| HEX | #8569f1 |
| RGB | rgb(133, 105, 241) |
| HSL | hsl(252, 83%, 68%) |
| CMYK | cmyk(45%, 56%, 0%, 6%) |
| LAB | lab(53.4 43.4 -65.0) |
| LCH | lch(53.4 78.2 303.8) |
| OKLCH | oklch(0.617 0.196 288.8) |
Copy-ready code
/* CSS */
color: #8569f1;
background-color: #8569f1;
/* Tailwind (arbitrary) */
class="text-[#8569f1] bg-[#8569f1]"
/* SCSS */
$brand: #8569f1;
/* SwiftUI */
Color(red: 0.522, green: 0.412, blue: 0.945)
/* Android */
Color.parseColor("#8569f1")Accessibility — WCAG contrast
Aa
#8569f1 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8569f1 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green41.2%
Blue94.5%
CMYK percentages
Cyan44.8%
Magenta56.4%
Yellow0.0%
Key (black)5.5%
Color previews
#8569f1 text on a black background
contrast 5.29:1
Card sample
#8569f1 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8569f1;
Background color
Panel with #8569f1 background
background-color: #8569f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8569f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 105, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 105, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8569f1; background: linear-gradient(135deg, #8569f1, #E069F1);