#860ade
a balanced, electric violet · warm · closest name: blue
RGB
134, 10, 222
HSL
275°, 91%, 46%
CMYK
40, 96, 0, 13
Luminance
0.1056
Every format
| HEX | #860ade |
| RGB | rgb(134, 10, 222) |
| HSL | hsl(275, 91%, 46%) |
| CMYK | cmyk(40%, 96%, 0%, 13%) |
| LAB | lab(38.8 75.8 -78.0) |
| LCH | lch(38.8 108.8 314.2) |
| OKLCH | oklch(0.508 0.264 302.2) |
Copy-ready code
/* CSS */
color: #860ade;
background-color: #860ade;
/* Tailwind (arbitrary) */
class="text-[#860ade] bg-[#860ade]"
/* SCSS */
$brand: #860ade;
/* SwiftUI */
Color(red: 0.525, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#860ade")Accessibility — WCAG contrast
Aa
#860ade on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#860ade on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green3.9%
Blue87.1%
CMYK percentages
Cyan39.6%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#860ade text on a black background
contrast 3.11:1
Card sample
#860ade text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #860ade;
Background color
Panel with #860ade background
background-color: #860ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #860ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #860ade; background: linear-gradient(135deg, #860ade, #DE0AA9);