#7b3afd
a balanced, electric violet · warm · closest name: blue
RGB
123, 58, 253
HSL
260°, 98%, 61%
CMYK
51, 77, 0, 1
Luminance
0.1433
Every format
| HEX | #7b3afd |
| RGB | rgb(123, 58, 253) |
| HSL | hsl(260, 98%, 61%) |
| CMYK | cmyk(51%, 77%, 0%, 1%) |
| LAB | lab(44.7 68.7 -85.9) |
| LCH | lch(44.7 110.0 308.6) |
| OKLCH | oklch(0.554 0.263 290.1) |
Copy-ready code
/* CSS */
color: #7b3afd;
background-color: #7b3afd;
/* Tailwind (arbitrary) */
class="text-[#7b3afd] bg-[#7b3afd]"
/* SCSS */
$brand: #7b3afd;
/* SwiftUI */
Color(red: 0.482, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#7b3afd")Accessibility — WCAG contrast
Aa
#7b3afd on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b3afd on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green22.7%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#7b3afd text on a black background
contrast 3.87:1
Card sample
#7b3afd text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b3afd;
Background color
Panel with #7b3afd background
background-color: #7b3afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b3afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b3afd; background: linear-gradient(135deg, #7b3afd, #FD3AFD);