#863df0
a balanced, electric violet · warm · closest name: blue
RGB
134, 61, 240
HSL
265°, 86%, 59%
CMYK
44, 75, 0, 6
Luminance
0.1470
Every format
| HEX | #863df0 |
| RGB | rgb(134, 61, 240) |
| HSL | hsl(265, 86%, 59%) |
| CMYK | cmyk(44%, 75%, 0%, 6%) |
| LAB | lab(45.2 65.7 -77.8) |
| LCH | lch(45.2 101.8 310.2) |
| OKLCH | oklch(0.557 0.247 295.8) |
Copy-ready code
/* CSS */
color: #863df0;
background-color: #863df0;
/* Tailwind (arbitrary) */
class="text-[#863df0] bg-[#863df0]"
/* SCSS */
$brand: #863df0;
/* SwiftUI */
Color(red: 0.525, green: 0.239, blue: 0.941)
/* Android */
Color.parseColor("#863df0")Accessibility — WCAG contrast
Aa
#863df0 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#863df0 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green23.9%
Blue94.1%
CMYK percentages
Cyan44.2%
Magenta74.6%
Yellow0.0%
Key (black)5.9%
Color previews
#863df0 text on a black background
contrast 3.94:1
Card sample
#863df0 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #863df0;
Background color
Panel with #863df0 background
background-color: #863df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #863df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 61, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 61, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #863df0; background: linear-gradient(135deg, #863df0, #F03DE3);