#7c5dfe
a light, electric blue · warm · closest name: slateblue
RGB
124, 93, 254
HSL
252°, 99%, 68%
CMYK
51, 63, 0, 0
Luminance
0.1927
Every format
| HEX | #7c5dfe |
| RGB | rgb(124, 93, 254) |
| HSL | hsl(252, 99%, 68%) |
| CMYK | cmyk(51%, 63%, 0%, 0%) |
| LAB | lab(51.0 52.1 -76.2) |
| LCH | lch(51.0 92.3 304.3) |
| OKLCH | oklch(0.600 0.228 286.2) |
Copy-ready code
/* CSS */
color: #7c5dfe;
background-color: #7c5dfe;
/* Tailwind (arbitrary) */
class="text-[#7c5dfe] bg-[#7c5dfe]"
/* SCSS */
$brand: #7c5dfe;
/* SwiftUI */
Color(red: 0.486, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#7c5dfe")Accessibility — WCAG contrast
Aa
#7c5dfe on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c5dfe on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green36.5%
Blue99.6%
CMYK percentages
Cyan51.2%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#7c5dfe text on a black background
contrast 4.85:1
Card sample
#7c5dfe text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c5dfe;
Background color
Panel with #7c5dfe background
background-color: #7c5dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c5dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c5dfe; background: linear-gradient(135deg, #7c5dfe, #E75DFE);