#7b5dfd
a light, electric blue · warm · closest name: slateblue
RGB
123, 93, 253
HSL
251°, 98%, 68%
CMYK
51, 63, 0, 1
Luminance
0.1913
Every format
| HEX | #7b5dfd |
| RGB | rgb(123, 93, 253) |
| HSL | hsl(251, 98%, 68%) |
| CMYK | cmyk(51%, 63%, 0%, 1%) |
| LAB | lab(50.8 51.6 -75.9) |
| LCH | lch(50.8 91.8 304.2) |
| OKLCH | oklch(0.598 0.226 285.9) |
Copy-ready code
/* CSS */
color: #7b5dfd;
background-color: #7b5dfd;
/* Tailwind (arbitrary) */
class="text-[#7b5dfd] bg-[#7b5dfd]"
/* SCSS */
$brand: #7b5dfd;
/* SwiftUI */
Color(red: 0.482, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#7b5dfd")Accessibility — WCAG contrast
Aa
#7b5dfd on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b5dfd on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green36.5%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#7b5dfd text on a black background
contrast 4.83:1
Card sample
#7b5dfd text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b5dfd;
Background color
Panel with #7b5dfd background
background-color: #7b5dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b5dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b5dfd; background: linear-gradient(135deg, #7b5dfd, #E65DFD);