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