#875eb0
a balanced, soft violet · warm · closest name: slateblue
RGB
135, 94, 176
HSL
270°, 34%, 53%
CMYK
23, 47, 0, 31
Luminance
0.1629
Every format
| HEX | #875eb0 |
| RGB | rgb(135, 94, 176) |
| HSL | hsl(270, 34%, 53%) |
| CMYK | cmyk(23%, 47%, 0%, 31%) |
| LAB | lab(47.4 33.1 -37.6) |
| LCH | lch(47.4 50.1 311.4) |
| OKLCH | oklch(0.560 0.129 305.7) |
Copy-ready code
/* CSS */
color: #875eb0;
background-color: #875eb0;
/* Tailwind (arbitrary) */
class="text-[#875eb0] bg-[#875eb0]"
/* SCSS */
$brand: #875eb0;
/* SwiftUI */
Color(red: 0.529, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#875eb0")Accessibility — WCAG contrast
Aa
#875eb0 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#875eb0 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green36.9%
Blue69.0%
CMYK percentages
Cyan23.3%
Magenta46.6%
Yellow0.0%
Key (black)31.0%
Color previews
#875eb0 text on a black background
contrast 4.26:1
Card sample
#875eb0 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #875eb0;
Background color
Panel with #875eb0 background
background-color: #875eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #875eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #875eb0; background: linear-gradient(135deg, #875eb0, #B05EA2);