#7c63df
a balanced, vivid blue · warm · closest name: slateblue
RGB
124, 99, 223
HSL
252°, 66%, 63%
CMYK
44, 56, 0, 13
Luminance
0.1854
Every format
| HEX | #7c63df |
| RGB | rgb(124, 99, 223) |
| HSL | hsl(252, 66%, 63%) |
| CMYK | cmyk(44%, 56%, 0%, 13%) |
| LAB | lab(50.1 39.9 -60.2) |
| LCH | lch(50.1 72.2 303.5) |
| OKLCH | oklch(0.587 0.181 288.8) |
Copy-ready code
/* CSS */
color: #7c63df;
background-color: #7c63df;
/* Tailwind (arbitrary) */
class="text-[#7c63df] bg-[#7c63df]"
/* SCSS */
$brand: #7c63df;
/* SwiftUI */
Color(red: 0.486, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#7c63df")Accessibility — WCAG contrast
Aa
#7c63df on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c63df on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green38.8%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7c63df text on a black background
contrast 4.71:1
Card sample
#7c63df text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c63df;
Background color
Panel with #7c63df background
background-color: #7c63df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c63df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c63df; background: linear-gradient(135deg, #7c63df, #CF63DF);