#874dfd
a balanced, electric violet · warm · closest name: slateblue
RGB
135, 77, 253
HSL
260°, 98%, 65%
CMYK
47, 70, 0, 1
Luminance
0.1755
Every format
| HEX | #874dfd |
| RGB | rgb(135, 77, 253) |
| HSL | hsl(260, 98%, 65%) |
| CMYK | cmyk(47%, 70%, 0%, 1%) |
| LAB | lab(49.0 61.9 -78.9) |
| LCH | lch(49.0 100.3 308.1) |
| OKLCH | oklch(0.587 0.244 292.3) |
Copy-ready code
/* CSS */
color: #874dfd;
background-color: #874dfd;
/* Tailwind (arbitrary) */
class="text-[#874dfd] bg-[#874dfd]"
/* SCSS */
$brand: #874dfd;
/* SwiftUI */
Color(red: 0.529, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#874dfd")Accessibility — WCAG contrast
Aa
#874dfd on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#874dfd on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green30.2%
Blue99.2%
CMYK percentages
Cyan46.6%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#874dfd text on a black background
contrast 4.51:1
Card sample
#874dfd text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #874dfd;
Background color
Panel with #874dfd background
background-color: #874dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #874dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #874dfd; background: linear-gradient(135deg, #874dfd, #FC4DFD);