#7c64af
a balanced, soft violet · warm · closest name: slateblue
RGB
124, 100, 175
HSL
259°, 32%, 54%
CMYK
29, 43, 0, 31
Luminance
0.1649
Every format
| HEX | #7c64af |
| RGB | rgb(124, 100, 175) |
| HSL | hsl(259, 32%, 54%) |
| CMYK | cmyk(29%, 43%, 0%, 31%) |
| LAB | lab(47.6 26.2 -36.6) |
| LCH | lch(47.6 45.0 305.5) |
| OKLCH | oklch(0.559 0.115 297.3) |
Copy-ready code
/* CSS */
color: #7c64af;
background-color: #7c64af;
/* Tailwind (arbitrary) */
class="text-[#7c64af] bg-[#7c64af]"
/* SCSS */
$brand: #7c64af;
/* SwiftUI */
Color(red: 0.486, green: 0.392, blue: 0.686)
/* Android */
Color.parseColor("#7c64af")Accessibility — WCAG contrast
Aa
#7c64af on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c64af on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green39.2%
Blue68.6%
CMYK percentages
Cyan29.1%
Magenta42.9%
Yellow0.0%
Key (black)31.4%
Color previews
#7c64af text on a black background
contrast 4.30:1
Card sample
#7c64af text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c64af;
Background color
Panel with #7c64af background
background-color: #7c64af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c64af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 100, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 100, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c64af; background: linear-gradient(135deg, #7c64af, #AE64AF);