#7b5afd
a light, electric blue · warm · closest name: slateblue
RGB
123, 90, 253
HSL
252°, 98%, 67%
CMYK
51, 64, 0, 1
Luminance
0.1862
Every format
| HEX | #7b5afd |
| RGB | rgb(123, 90, 253) |
| HSL | hsl(252, 98%, 67%) |
| CMYK | cmyk(51%, 64%, 0%, 1%) |
| LAB | lab(50.2 53.2 -76.9) |
| LCH | lch(50.2 93.5 304.7) |
| OKLCH | oklch(0.594 0.230 286.4) |
Copy-ready code
/* CSS */
color: #7b5afd;
background-color: #7b5afd;
/* Tailwind (arbitrary) */
class="text-[#7b5afd] bg-[#7b5afd]"
/* SCSS */
$brand: #7b5afd;
/* SwiftUI */
Color(red: 0.482, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#7b5afd")Accessibility — WCAG contrast
Aa
#7b5afd on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b5afd on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green35.3%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#7b5afd text on a black background
contrast 4.72:1
Card sample
#7b5afd text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b5afd;
Background color
Panel with #7b5afd background
background-color: #7b5afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b5afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b5afd; background: linear-gradient(135deg, #7b5afd, #E85AFD);