#860fdf
a balanced, electric violet · warm · closest name: blue
RGB
134, 15, 223
HSL
274°, 87%, 47%
CMYK
40, 93, 0, 13
Luminance
0.1074
Every format
| HEX | #860fdf |
| RGB | rgb(134, 15, 223) |
| HSL | hsl(274, 87%, 47%) |
| CMYK | cmyk(40%, 93%, 0%, 13%) |
| LAB | lab(39.1 75.4 -78.1) |
| LCH | lch(39.1 108.5 314.0) |
| OKLCH | oklch(0.511 0.263 301.9) |
Copy-ready code
/* CSS */
color: #860fdf;
background-color: #860fdf;
/* Tailwind (arbitrary) */
class="text-[#860fdf] bg-[#860fdf]"
/* SCSS */
$brand: #860fdf;
/* SwiftUI */
Color(red: 0.525, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#860fdf")Accessibility — WCAG contrast
Aa
#860fdf on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#860fdf on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green5.9%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#860fdf text on a black background
contrast 3.15:1
Card sample
#860fdf text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #860fdf;
Background color
Panel with #860fdf background
background-color: #860fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #860fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #860fdf; background: linear-gradient(135deg, #860fdf, #DF0FAE);