#7c52c1
a balanced, vivid violet · warm · closest name: slateblue
RGB
124, 82, 193
HSL
263°, 47%, 54%
CMYK
36, 58, 0, 24
Luminance
0.1417
Every format
| HEX | #7c52c1 |
| RGB | rgb(124, 82, 193) |
| HSL | hsl(263, 47%, 54%) |
| CMYK | cmyk(36%, 58%, 0%, 24%) |
| LAB | lab(44.5 41.4 -52.1) |
| LCH | lch(44.5 66.6 308.4) |
| OKLCH | oklch(0.539 0.168 298.0) |
Copy-ready code
/* CSS */
color: #7c52c1;
background-color: #7c52c1;
/* Tailwind (arbitrary) */
class="text-[#7c52c1] bg-[#7c52c1]"
/* SCSS */
$brand: #7c52c1;
/* SwiftUI */
Color(red: 0.486, green: 0.322, blue: 0.757)
/* Android */
Color.parseColor("#7c52c1")Accessibility — WCAG contrast
Aa
#7c52c1 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c52c1 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green32.2%
Blue75.7%
CMYK percentages
Cyan35.8%
Magenta57.5%
Yellow0.0%
Key (black)24.3%
Color previews
#7c52c1 text on a black background
contrast 3.83:1
Card sample
#7c52c1 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c52c1;
Background color
Panel with #7c52c1 background
background-color: #7c52c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c52c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 82, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 82, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c52c1; background: linear-gradient(135deg, #7c52c1, #C152BC);