#7c54ce
a balanced, vivid violet · warm · closest name: slateblue
RGB
124, 84, 206
HSL
260°, 56%, 57%
CMYK
40, 59, 0, 19
Luminance
0.1508
Every format
| HEX | #7c54ce |
| RGB | rgb(124, 84, 206) |
| HSL | hsl(260, 56%, 57%) |
| CMYK | cmyk(40%, 59%, 0%, 19%) |
| LAB | lab(45.8 43.7 -57.6) |
| LCH | lch(45.8 72.3 307.2) |
| OKLCH | oklch(0.551 0.181 294.9) |
Copy-ready code
/* CSS */
color: #7c54ce;
background-color: #7c54ce;
/* Tailwind (arbitrary) */
class="text-[#7c54ce] bg-[#7c54ce]"
/* SCSS */
$brand: #7c54ce;
/* SwiftUI */
Color(red: 0.486, green: 0.329, blue: 0.808)
/* Android */
Color.parseColor("#7c54ce")Accessibility — WCAG contrast
Aa
#7c54ce on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c54ce on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green32.9%
Blue80.8%
CMYK percentages
Cyan39.8%
Magenta59.2%
Yellow0.0%
Key (black)19.2%
Color previews
#7c54ce text on a black background
contrast 4.02:1
Card sample
#7c54ce text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c54ce;
Background color
Panel with #7c54ce background
background-color: #7c54ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c54ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 84, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 84, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c54ce; background: linear-gradient(135deg, #7c54ce, #CD54CE);