#7c58da
a balanced, vivid violet · warm · closest name: slateblue
RGB
124, 88, 218
HSL
257°, 64%, 60%
CMYK
43, 60, 0, 15
Luminance
0.1633
Every format
| HEX | #7c58da |
| RGB | rgb(124, 88, 218) |
| HSL | hsl(257, 64%, 60%) |
| CMYK | cmyk(43%, 60%, 0%, 15%) |
| LAB | lab(47.4 44.7 -61.8) |
| LCH | lch(47.4 76.3 305.9) |
| OKLCH | oklch(0.566 0.190 292.0) |
Copy-ready code
/* CSS */
color: #7c58da;
background-color: #7c58da;
/* Tailwind (arbitrary) */
class="text-[#7c58da] bg-[#7c58da]"
/* SCSS */
$brand: #7c58da;
/* SwiftUI */
Color(red: 0.486, green: 0.345, blue: 0.855)
/* Android */
Color.parseColor("#7c58da")Accessibility — WCAG contrast
Aa
#7c58da on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c58da on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green34.5%
Blue85.5%
CMYK percentages
Cyan43.1%
Magenta59.6%
Yellow0.0%
Key (black)14.5%
Color previews
#7c58da text on a black background
contrast 4.27:1
Card sample
#7c58da text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c58da;
Background color
Panel with #7c58da background
background-color: #7c58da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c58da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 88, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 88, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c58da; background: linear-gradient(135deg, #7c58da, #D358DA);