#875fc3
a balanced, vivid violet · warm · closest name: slateblue
RGB
135, 95, 195
HSL
264°, 46%, 57%
CMYK
31, 51, 0, 24
Luminance
0.1728
Every format
| HEX | #875fc3 |
| RGB | rgb(135, 95, 195) |
| HSL | hsl(264, 46%, 57%) |
| CMYK | cmyk(31%, 51%, 0%, 24%) |
| LAB | lab(48.6 37.3 -46.6) |
| LCH | lch(48.6 59.7 308.6) |
| OKLCH | oklch(0.572 0.152 300.1) |
Copy-ready code
/* CSS */
color: #875fc3;
background-color: #875fc3;
/* Tailwind (arbitrary) */
class="text-[#875fc3] bg-[#875fc3]"
/* SCSS */
$brand: #875fc3;
/* SwiftUI */
Color(red: 0.529, green: 0.373, blue: 0.765)
/* Android */
Color.parseColor("#875fc3")Accessibility — WCAG contrast
Aa
#875fc3 on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#875fc3 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green37.3%
Blue76.5%
CMYK percentages
Cyan30.8%
Magenta51.3%
Yellow0.0%
Key (black)23.5%
Color previews
#875fc3 text on a black background
contrast 4.46:1
Card sample
#875fc3 text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #875fc3;
Background color
Panel with #875fc3 background
background-color: #875fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #875fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 95, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 95, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #875fc3; background: linear-gradient(135deg, #875fc3, #C35FBC);