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