#863eb3
a balanced, vivid violet · warm · closest name: slateblue
RGB
134, 62, 179
HSL
277°, 49%, 47%
CMYK
25, 65, 0, 30
Luminance
0.1177
Every format
| HEX | #863eb3 |
| RGB | rgb(134, 62, 179) |
| HSL | hsl(277, 49%, 47%) |
| CMYK | cmyk(25%, 65%, 0%, 30%) |
| LAB | lab(40.9 50.8 -49.7) |
| LCH | lch(40.9 71.1 315.6) |
| OKLCH | oklch(0.512 0.182 309.7) |
Copy-ready code
/* CSS */
color: #863eb3;
background-color: #863eb3;
/* Tailwind (arbitrary) */
class="text-[#863eb3] bg-[#863eb3]"
/* SCSS */
$brand: #863eb3;
/* SwiftUI */
Color(red: 0.525, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#863eb3")Accessibility — WCAG contrast
Aa
#863eb3 on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#863eb3 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green24.3%
Blue70.2%
CMYK percentages
Cyan25.1%
Magenta65.4%
Yellow0.0%
Key (black)29.8%
Color previews
#863eb3 text on a black background
contrast 3.35:1
Card sample
#863eb3 text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #863eb3;
Background color
Panel with #863eb3 background
background-color: #863eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #863eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #863eb3; background: linear-gradient(135deg, #863eb3, #B33E92);