#8741cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
135, 65, 207
HSL
270°, 60%, 53%
CMYK
35, 69, 0, 19
Luminance
0.1344
Every format
| HEX | #8741cf |
| RGB | rgb(135, 65, 207) |
| HSL | hsl(270, 60%, 53%) |
| CMYK | cmyk(35%, 69%, 0%, 19%) |
| LAB | lab(43.4 56.1 -61.9) |
| LCH | lch(43.4 83.5 312.2) |
| OKLCH | oklch(0.537 0.209 302.4) |
Copy-ready code
/* CSS */
color: #8741cf;
background-color: #8741cf;
/* Tailwind (arbitrary) */
class="text-[#8741cf] bg-[#8741cf]"
/* SCSS */
$brand: #8741cf;
/* SwiftUI */
Color(red: 0.529, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#8741cf")Accessibility — WCAG contrast
Aa
#8741cf on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8741cf on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green25.5%
Blue81.2%
CMYK percentages
Cyan34.8%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#8741cf text on a black background
contrast 3.69:1
Card sample
#8741cf text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8741cf;
Background color
Panel with #8741cf background
background-color: #8741cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8741cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8741cf; background: linear-gradient(135deg, #8741cf, #CF41B8);