#875dfd
a light, electric violet · warm · closest name: slateblue
RGB
135, 93, 253
HSL
256°, 98%, 68%
CMYK
47, 63, 0, 1
Luminance
0.2007
Every format
| HEX | #875dfd |
| RGB | rgb(135, 93, 253) |
| HSL | hsl(256, 98%, 68%) |
| CMYK | cmyk(47%, 63%, 0%, 1%) |
| LAB | lab(51.9 53.8 -74.1) |
| LCH | lch(51.9 91.5 306.0) |
| OKLCH | oklch(0.609 0.226 290.1) |
Copy-ready code
/* CSS */
color: #875dfd;
background-color: #875dfd;
/* Tailwind (arbitrary) */
class="text-[#875dfd] bg-[#875dfd]"
/* SCSS */
$brand: #875dfd;
/* SwiftUI */
Color(red: 0.529, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#875dfd")Accessibility — WCAG contrast
Aa
#875dfd on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#875dfd on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green36.5%
Blue99.2%
CMYK percentages
Cyan46.6%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#875dfd text on a black background
contrast 5.01:1
Card sample
#875dfd text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #875dfd;
Background color
Panel with #875dfd background
background-color: #875dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #875dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #875dfd; background: linear-gradient(135deg, #875dfd, #F25DFD);