#7c5ee2
a balanced, vivid blue · warm · closest name: slateblue
RGB
124, 94, 226
HSL
254°, 70%, 63%
CMYK
45, 58, 0, 11
Luminance
0.1778
Every format
| HEX | #7c5ee2 |
| RGB | rgb(124, 94, 226) |
| HSL | hsl(254, 70%, 63%) |
| CMYK | cmyk(45%, 58%, 0%, 11%) |
| LAB | lab(49.2 43.6 -63.4) |
| LCH | lch(49.2 76.9 304.5) |
| OKLCH | oklch(0.581 0.192 289.5) |
Copy-ready code
/* CSS */
color: #7c5ee2;
background-color: #7c5ee2;
/* Tailwind (arbitrary) */
class="text-[#7c5ee2] bg-[#7c5ee2]"
/* SCSS */
$brand: #7c5ee2;
/* SwiftUI */
Color(red: 0.486, green: 0.369, blue: 0.886)
/* Android */
Color.parseColor("#7c5ee2")Accessibility — WCAG contrast
Aa
#7c5ee2 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c5ee2 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green36.9%
Blue88.6%
CMYK percentages
Cyan45.1%
Magenta58.4%
Yellow0.0%
Key (black)11.4%
Color previews
#7c5ee2 text on a black background
contrast 4.56:1
Card sample
#7c5ee2 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c5ee2;
Background color
Panel with #7c5ee2 background
background-color: #7c5ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c5ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 94, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 94, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c5ee2; background: linear-gradient(135deg, #7c5ee2, #D45EE2);