#8c75c2
a balanced, soft violet · warm · closest name: slateblue
RGB
140, 117, 194
HSL
258°, 39%, 61%
CMYK
28, 40, 0, 24
Luminance
0.2219
Every format
| HEX | #8c75c2 |
| RGB | rgb(140, 117, 194) |
| HSL | hsl(258, 39%, 61%) |
| CMYK | cmyk(28%, 40%, 0%, 24%) |
| LAB | lab(54.2 25.6 -37.1) |
| LCH | lch(54.2 45.1 304.6) |
| OKLCH | oklch(0.616 0.116 296.6) |
Copy-ready code
/* CSS */
color: #8c75c2;
background-color: #8c75c2;
/* Tailwind (arbitrary) */
class="text-[#8c75c2] bg-[#8c75c2]"
/* SCSS */
$brand: #8c75c2;
/* SwiftUI */
Color(red: 0.549, green: 0.459, blue: 0.761)
/* Android */
Color.parseColor("#8c75c2")Accessibility — WCAG contrast
Aa
#8c75c2 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c75c2 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green45.9%
Blue76.1%
CMYK percentages
Cyan27.8%
Magenta39.7%
Yellow0.0%
Key (black)23.9%
Color previews
#8c75c2 text on a black background
contrast 5.44:1
Card sample
#8c75c2 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c75c2;
Background color
Panel with #8c75c2 background
background-color: #8c75c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c75c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 117, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 117, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c75c2; background: linear-gradient(135deg, #8c75c2, #BF75C2);