#7c4bce
a balanced, vivid violet · warm · closest name: slateblue
RGB
124, 75, 206
HSL
262°, 57%, 55%
CMYK
40, 64, 0, 19
Luminance
0.1377
Every format
| HEX | #7c4bce |
| RGB | rgb(124, 75, 206) |
| HSL | hsl(262, 57%, 55%) |
| CMYK | cmyk(40%, 64%, 0%, 19%) |
| LAB | lab(43.9 48.6 -60.6) |
| LCH | lch(43.9 77.7 308.8) |
| OKLCH | oklch(0.537 0.193 296.5) |
Copy-ready code
/* CSS */
color: #7c4bce;
background-color: #7c4bce;
/* Tailwind (arbitrary) */
class="text-[#7c4bce] bg-[#7c4bce]"
/* SCSS */
$brand: #7c4bce;
/* SwiftUI */
Color(red: 0.486, green: 0.294, blue: 0.808)
/* Android */
Color.parseColor("#7c4bce")Accessibility — WCAG contrast
Aa
#7c4bce on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c4bce on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green29.4%
Blue80.8%
CMYK percentages
Cyan39.8%
Magenta63.6%
Yellow0.0%
Key (black)19.2%
Color previews
#7c4bce text on a black background
contrast 3.75:1
Card sample
#7c4bce text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c4bce;
Background color
Panel with #7c4bce background
background-color: #7c4bce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c4bce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 75, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 75, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c4bce; background: linear-gradient(135deg, #7c4bce, #CE4BC9);