#7c56df
a balanced, vivid violet · warm · closest name: slateblue
RGB
124, 86, 223
HSL
257°, 68%, 61%
CMYK
44, 61, 0, 13
Luminance
0.1627
Every format
| HEX | #7c56df |
| RGB | rgb(124, 86, 223) |
| HSL | hsl(257, 68%, 61%) |
| CMYK | cmyk(44%, 61%, 0%, 13%) |
| LAB | lab(47.3 47.2 -64.8) |
| LCH | lch(47.3 80.2 306.1) |
| OKLCH | oklch(0.566 0.199 291.5) |
Copy-ready code
/* CSS */
color: #7c56df;
background-color: #7c56df;
/* Tailwind (arbitrary) */
class="text-[#7c56df] bg-[#7c56df]"
/* SCSS */
$brand: #7c56df;
/* SwiftUI */
Color(red: 0.486, green: 0.337, blue: 0.875)
/* Android */
Color.parseColor("#7c56df")Accessibility — WCAG contrast
Aa
#7c56df on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c56df on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green33.7%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta61.4%
Yellow0.0%
Key (black)12.5%
Color previews
#7c56df text on a black background
contrast 4.25:1
Card sample
#7c56df text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c56df;
Background color
Panel with #7c56df background
background-color: #7c56df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c56df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 86, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 86, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c56df; background: linear-gradient(135deg, #7c56df, #D756DF);