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