#874dfb
a balanced, electric violet · warm · closest name: slateblue
RGB
135, 77, 251
HSL
260°, 96%, 64%
CMYK
46, 69, 0, 2
Luminance
0.1742
Every format
| HEX | #874dfb |
| RGB | rgb(135, 77, 251) |
| HSL | hsl(260, 96%, 64%) |
| CMYK | cmyk(46%, 69%, 0%, 2%) |
| LAB | lab(48.8 61.4 -78.1) |
| LCH | lch(48.8 99.3 308.2) |
| OKLCH | oklch(0.586 0.242 292.6) |
Copy-ready code
/* CSS */
color: #874dfb;
background-color: #874dfb;
/* Tailwind (arbitrary) */
class="text-[#874dfb] bg-[#874dfb]"
/* SCSS */
$brand: #874dfb;
/* SwiftUI */
Color(red: 0.529, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#874dfb")Accessibility — WCAG contrast
Aa
#874dfb on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#874dfb on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green30.2%
Blue98.4%
CMYK percentages
Cyan46.2%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#874dfb text on a black background
contrast 4.48:1
Card sample
#874dfb text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #874dfb;
Background color
Panel with #874dfb background
background-color: #874dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #874dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #874dfb; background: linear-gradient(135deg, #874dfb, #FB4DFB);