#7c46cd
a balanced, vivid violet · warm · closest name: slateblue
RGB
124, 70, 205
HSL
264°, 57%, 54%
CMYK
40, 66, 0, 20
Luminance
0.1307
Every format
| HEX | #7c46cd |
| RGB | rgb(124, 70, 205) |
| HSL | hsl(264, 57%, 54%) |
| CMYK | cmyk(40%, 66%, 0%, 20%) |
| LAB | lab(42.9 51.0 -61.7) |
| LCH | lch(42.9 80.0 309.6) |
| OKLCH | oklch(0.530 0.198 297.6) |
Copy-ready code
/* CSS */
color: #7c46cd;
background-color: #7c46cd;
/* Tailwind (arbitrary) */
class="text-[#7c46cd] bg-[#7c46cd]"
/* SCSS */
$brand: #7c46cd;
/* SwiftUI */
Color(red: 0.486, green: 0.275, blue: 0.804)
/* Android */
Color.parseColor("#7c46cd")Accessibility — WCAG contrast
Aa
#7c46cd on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c46cd on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green27.5%
Blue80.4%
CMYK percentages
Cyan39.5%
Magenta65.9%
Yellow0.0%
Key (black)19.6%
Color previews
#7c46cd text on a black background
contrast 3.61:1
Card sample
#7c46cd text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c46cd;
Background color
Panel with #7c46cd background
background-color: #7c46cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c46cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 70, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 70, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c46cd; background: linear-gradient(135deg, #7c46cd, #CD46C4);