#7c73cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
124, 115, 207
HSL
246°, 49%, 63%
CMYK
40, 44, 0, 19
Luminance
0.2105
Every format
| HEX | #7c73cf |
| RGB | rgb(124, 115, 207) |
| HSL | hsl(246, 49%, 63%) |
| CMYK | cmyk(40%, 44%, 0%, 19%) |
| LAB | lab(53.0 25.9 -46.5) |
| LCH | lch(53.0 53.3 299.1) |
| OKLCH | oklch(0.605 0.137 286.0) |
Copy-ready code
/* CSS */
color: #7c73cf;
background-color: #7c73cf;
/* Tailwind (arbitrary) */
class="text-[#7c73cf] bg-[#7c73cf]"
/* SCSS */
$brand: #7c73cf;
/* SwiftUI */
Color(red: 0.486, green: 0.451, blue: 0.812)
/* Android */
Color.parseColor("#7c73cf")Accessibility — WCAG contrast
Aa
#7c73cf on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c73cf on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green45.1%
Blue81.2%
CMYK percentages
Cyan40.1%
Magenta44.4%
Yellow0.0%
Key (black)18.8%
Color previews
#7c73cf text on a black background
contrast 5.21:1
Card sample
#7c73cf text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c73cf;
Background color
Panel with #7c73cf background
background-color: #7c73cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c73cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 115, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 115, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c73cf; background: linear-gradient(135deg, #7c73cf, #B973CF);