#8568df
a balanced, vivid blue · warm · closest name: slateblue
RGB
133, 104, 223
HSL
255°, 65%, 64%
CMYK
40, 53, 0, 13
Luminance
0.2021
Every format
| HEX | #8568df |
| RGB | rgb(133, 104, 223) |
| HSL | hsl(255, 65%, 64%) |
| CMYK | cmyk(40%, 53%, 0%, 13%) |
| LAB | lab(52.1 39.0 -57.0) |
| LCH | lch(52.1 69.1 304.4) |
| OKLCH | oklch(0.603 0.174 291.5) |
Copy-ready code
/* CSS */
color: #8568df;
background-color: #8568df;
/* Tailwind (arbitrary) */
class="text-[#8568df] bg-[#8568df]"
/* SCSS */
$brand: #8568df;
/* SwiftUI */
Color(red: 0.522, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#8568df")Accessibility — WCAG contrast
Aa
#8568df on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8568df on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green40.8%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#8568df text on a black background
contrast 5.04:1
Card sample
#8568df text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8568df;
Background color
Panel with #8568df background
background-color: #8568df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8568df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8568df; background: linear-gradient(135deg, #8568df, #D468DF);