#863fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
134, 63, 223
HSL
267°, 71%, 56%
CMYK
40, 72, 0, 13
Luminance
0.1395
Every format
| HEX | #863fdf |
| RGB | rgb(134, 63, 223) |
| HSL | hsl(267, 71%, 56%) |
| CMYK | cmyk(40%, 72%, 0%, 13%) |
| LAB | lab(44.2 60.7 -69.8) |
| LCH | lch(44.2 92.5 311.0) |
| OKLCH | oklch(0.546 0.228 298.8) |
Copy-ready code
/* CSS */
color: #863fdf;
background-color: #863fdf;
/* Tailwind (arbitrary) */
class="text-[#863fdf] bg-[#863fdf]"
/* SCSS */
$brand: #863fdf;
/* SwiftUI */
Color(red: 0.525, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#863fdf")Accessibility — WCAG contrast
Aa
#863fdf on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#863fdf on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green24.7%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#863fdf text on a black background
contrast 3.79:1
Card sample
#863fdf text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #863fdf;
Background color
Panel with #863fdf background
background-color: #863fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #863fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #863fdf; background: linear-gradient(135deg, #863fdf, #DF3FCD);