#874ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
135, 77, 223
HSL
264°, 70%, 59%
CMYK
40, 66, 0, 13
Luminance
0.1579
Every format
| HEX | #874ddf |
| RGB | rgb(135, 77, 223) |
| HSL | hsl(264, 70%, 59%) |
| CMYK | cmyk(40%, 66%, 0%, 13%) |
| LAB | lab(46.7 54.2 -65.7) |
| LCH | lch(46.7 85.2 309.5) |
| OKLCH | oklch(0.564 0.211 297.4) |
Copy-ready code
/* CSS */
color: #874ddf;
background-color: #874ddf;
/* Tailwind (arbitrary) */
class="text-[#874ddf] bg-[#874ddf]"
/* SCSS */
$brand: #874ddf;
/* SwiftUI */
Color(red: 0.529, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#874ddf")Accessibility — WCAG contrast
Aa
#874ddf on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#874ddf on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green30.2%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#874ddf text on a black background
contrast 4.16:1
Card sample
#874ddf text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #874ddf;
Background color
Panel with #874ddf background
background-color: #874ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #874ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #874ddf; background: linear-gradient(135deg, #874ddf, #DF4DD6);