#871fdf
a balanced, electric violet · warm · closest name: blue
RGB
135, 31, 223
HSL
273°, 76%, 50%
CMYK
40, 86, 0, 13
Luminance
0.1146
Every format
| HEX | #871fdf |
| RGB | rgb(135, 31, 223) |
| HSL | hsl(273, 76%, 50%) |
| CMYK | cmyk(40%, 86%, 0%, 13%) |
| LAB | lab(40.3 72.3 -76.1) |
| LCH | lch(40.3 105.0 313.5) |
| OKLCH | oklch(0.519 0.256 301.6) |
Copy-ready code
/* CSS */
color: #871fdf;
background-color: #871fdf;
/* Tailwind (arbitrary) */
class="text-[#871fdf] bg-[#871fdf]"
/* SCSS */
$brand: #871fdf;
/* SwiftUI */
Color(red: 0.529, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#871fdf")Accessibility — WCAG contrast
Aa
#871fdf on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#871fdf on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green12.2%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#871fdf text on a black background
contrast 3.29:1
Card sample
#871fdf text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #871fdf;
Background color
Panel with #871fdf background
background-color: #871fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #871fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #871fdf; background: linear-gradient(135deg, #871fdf, #DF1FB7);