#871df4
a balanced, electric violet · warm · closest name: blue
RGB
135, 29, 244
HSL
270°, 91%, 54%
CMYK
45, 88, 0, 4
Luminance
0.1256
Every format
| HEX | #871df4 |
| RGB | rgb(135, 29, 244) |
| HSL | hsl(270, 91%, 54%) |
| CMYK | cmyk(45%, 88%, 0%, 4%) |
| LAB | lab(42.1 77.3 -85.1) |
| LCH | lch(42.1 115.0 312.2) |
| OKLCH | oklch(0.537 0.275 297.5) |
Copy-ready code
/* CSS */
color: #871df4;
background-color: #871df4;
/* Tailwind (arbitrary) */
class="text-[#871df4] bg-[#871df4]"
/* SCSS */
$brand: #871df4;
/* SwiftUI */
Color(red: 0.529, green: 0.114, blue: 0.957)
/* Android */
Color.parseColor("#871df4")Accessibility — WCAG contrast
Aa
#871df4 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#871df4 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green11.4%
Blue95.7%
CMYK percentages
Cyan44.7%
Magenta88.1%
Yellow0.0%
Key (black)4.3%
Color previews
#871df4 text on a black background
contrast 3.51:1
Card sample
#871df4 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #871df4;
Background color
Panel with #871df4 background
background-color: #871df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #871df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 29, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 29, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #871df4; background: linear-gradient(135deg, #871df4, #F41DD2);