#860ef1
a balanced, electric violet · warm · closest name: blue
RGB
134, 14, 241
HSL
272°, 89%, 50%
CMYK
44, 94, 0, 6
Luminance
0.1173
Every format
| HEX | #860ef1 |
| RGB | rgb(134, 14, 241) |
| HSL | hsl(272, 89%, 50%) |
| CMYK | cmyk(44%, 94%, 0%, 6%) |
| LAB | lab(40.8 79.2 -85.6) |
| LCH | lch(40.8 116.6 312.8) |
| OKLCH | oklch(0.527 0.279 298.2) |
Copy-ready code
/* CSS */
color: #860ef1;
background-color: #860ef1;
/* Tailwind (arbitrary) */
class="text-[#860ef1] bg-[#860ef1]"
/* SCSS */
$brand: #860ef1;
/* SwiftUI */
Color(red: 0.525, green: 0.055, blue: 0.945)
/* Android */
Color.parseColor("#860ef1")Accessibility — WCAG contrast
Aa
#860ef1 on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#860ef1 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green5.5%
Blue94.5%
CMYK percentages
Cyan44.4%
Magenta94.2%
Yellow0.0%
Key (black)5.5%
Color previews
#860ef1 text on a black background
contrast 3.35:1
Card sample
#860ef1 text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #860ef1;
Background color
Panel with #860ef1 background
background-color: #860ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #860ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 14, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 14, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #860ef1; background: linear-gradient(135deg, #860ef1, #F10EC5);