#875cf7
a light, electric violet · warm · closest name: slateblue
RGB
135, 92, 247
HSL
257°, 91%, 67%
CMYK
45, 63, 0, 3
Luminance
0.1952
Every format
| HEX | #875cf7 |
| RGB | rgb(135, 92, 247) |
| HSL | hsl(257, 91%, 67%) |
| CMYK | cmyk(45%, 63%, 0%, 3%) |
| LAB | lab(51.3 52.7 -71.8) |
| LCH | lch(51.3 89.0 306.3) |
| OKLCH | oklch(0.603 0.220 291.1) |
Copy-ready code
/* CSS */
color: #875cf7;
background-color: #875cf7;
/* Tailwind (arbitrary) */
class="text-[#875cf7] bg-[#875cf7]"
/* SCSS */
$brand: #875cf7;
/* SwiftUI */
Color(red: 0.529, green: 0.361, blue: 0.969)
/* Android */
Color.parseColor("#875cf7")Accessibility — WCAG contrast
Aa
#875cf7 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#875cf7 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green36.1%
Blue96.9%
CMYK percentages
Cyan45.3%
Magenta62.8%
Yellow0.0%
Key (black)3.1%
Color previews
#875cf7 text on a black background
contrast 4.90:1
Card sample
#875cf7 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #875cf7;
Background color
Panel with #875cf7 background
background-color: #875cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #875cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 92, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 92, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #875cf7; background: linear-gradient(135deg, #875cf7, #EE5CF7);