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