#874ade
a balanced, vivid violet · warm · closest name: slateblue
RGB
135, 74, 222
HSL
265°, 69%, 58%
CMYK
39, 67, 0, 13
Luminance
0.1532
Every format
| HEX | #874ade |
| RGB | rgb(135, 74, 222) |
| HSL | hsl(265, 69%, 58%) |
| CMYK | cmyk(39%, 67%, 0%, 13%) |
| LAB | lab(46.1 55.4 -66.2) |
| LCH | lch(46.1 86.3 310.0) |
| OKLCH | oklch(0.559 0.214 298.0) |
Copy-ready code
/* CSS */
color: #874ade;
background-color: #874ade;
/* Tailwind (arbitrary) */
class="text-[#874ade] bg-[#874ade]"
/* SCSS */
$brand: #874ade;
/* SwiftUI */
Color(red: 0.529, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#874ade")Accessibility — WCAG contrast
Aa
#874ade on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#874ade on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green29.0%
Blue87.1%
CMYK percentages
Cyan39.2%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#874ade text on a black background
contrast 4.06:1
Card sample
#874ade text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #874ade;
Background color
Panel with #874ade background
background-color: #874ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #874ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #874ade; background: linear-gradient(135deg, #874ade, #DE4AD2);