#7c3dfb
a balanced, electric violet · warm · closest name: blue
RGB
124, 61, 251
HSL
260°, 96%, 61%
CMYK
51, 76, 0, 2
Luminance
0.1459
Every format
| HEX | #7c3dfb |
| RGB | rgb(124, 61, 251) |
| HSL | hsl(260, 96%, 61%) |
| CMYK | cmyk(51%, 76%, 0%, 2%) |
| LAB | lab(45.1 67.0 -84.2) |
| LCH | lch(45.1 107.7 308.5) |
| OKLCH | oklch(0.557 0.258 290.5) |
Copy-ready code
/* CSS */
color: #7c3dfb;
background-color: #7c3dfb;
/* Tailwind (arbitrary) */
class="text-[#7c3dfb] bg-[#7c3dfb]"
/* SCSS */
$brand: #7c3dfb;
/* SwiftUI */
Color(red: 0.486, green: 0.239, blue: 0.984)
/* Android */
Color.parseColor("#7c3dfb")Accessibility — WCAG contrast
Aa
#7c3dfb on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c3dfb on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green23.9%
Blue98.4%
CMYK percentages
Cyan50.6%
Magenta75.7%
Yellow0.0%
Key (black)1.6%
Color previews
#7c3dfb text on a black background
contrast 3.92:1
Card sample
#7c3dfb text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c3dfb;
Background color
Panel with #7c3dfb background
background-color: #7c3dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c3dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 61, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 61, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c3dfb; background: linear-gradient(135deg, #7c3dfb, #FB3DFB);