#863df2
a balanced, electric violet · warm · closest name: blue
RGB
134, 61, 242
HSL
264°, 87%, 59%
CMYK
45, 75, 0, 5
Luminance
0.1482
Every format
| HEX | #863df2 |
| RGB | rgb(134, 61, 242) |
| HSL | hsl(264, 87%, 59%) |
| CMYK | cmyk(45%, 75%, 0%, 5%) |
| LAB | lab(45.4 66.2 -78.6) |
| LCH | lch(45.4 102.8 310.1) |
| OKLCH | oklch(0.559 0.249 295.4) |
Copy-ready code
/* CSS */
color: #863df2;
background-color: #863df2;
/* Tailwind (arbitrary) */
class="text-[#863df2] bg-[#863df2]"
/* SCSS */
$brand: #863df2;
/* SwiftUI */
Color(red: 0.525, green: 0.239, blue: 0.949)
/* Android */
Color.parseColor("#863df2")Accessibility — WCAG contrast
Aa
#863df2 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#863df2 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green23.9%
Blue94.9%
CMYK percentages
Cyan44.6%
Magenta74.8%
Yellow0.0%
Key (black)5.1%
Color previews
#863df2 text on a black background
contrast 3.96:1
Card sample
#863df2 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #863df2;
Background color
Panel with #863df2 background
background-color: #863df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #863df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 61, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 61, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #863df2; background: linear-gradient(135deg, #863df2, #F23DE5);