#871cdf
a balanced, electric violet · warm · closest name: blue
RGB
135, 28, 223
HSL
273°, 78%, 49%
CMYK
40, 87, 0, 13
Luminance
0.1131
Every format
| HEX | #871cdf |
| RGB | rgb(135, 28, 223) |
| HSL | hsl(273, 78%, 49%) |
| CMYK | cmyk(40%, 87%, 0%, 13%) |
| LAB | lab(40.1 73.0 -76.5) |
| LCH | lch(40.1 105.8 313.7) |
| OKLCH | oklch(0.518 0.257 301.8) |
Copy-ready code
/* CSS */
color: #871cdf;
background-color: #871cdf;
/* Tailwind (arbitrary) */
class="text-[#871cdf] bg-[#871cdf]"
/* SCSS */
$brand: #871cdf;
/* SwiftUI */
Color(red: 0.529, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#871cdf")Accessibility — WCAG contrast
Aa
#871cdf on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#871cdf on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green11.0%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#871cdf text on a black background
contrast 3.26:1
Card sample
#871cdf text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #871cdf;
Background color
Panel with #871cdf background
background-color: #871cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #871cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #871cdf; background: linear-gradient(135deg, #871cdf, #DF1CB5);