#7b3fca
a balanced, vivid violet · warm · closest name: slateblue
RGB
123, 63, 202
HSL
266°, 57%, 52%
CMYK
39, 69, 0, 21
Luminance
0.1203
Every format
| HEX | #7b3fca |
| RGB | rgb(123, 63, 202) |
| HSL | hsl(266, 57%, 52%) |
| CMYK | cmyk(39%, 69%, 0%, 21%) |
| LAB | lab(41.3 53.5 -62.5) |
| LCH | lch(41.3 82.3 310.6) |
| OKLCH | oklch(0.517 0.204 298.8) |
Copy-ready code
/* CSS */
color: #7b3fca;
background-color: #7b3fca;
/* Tailwind (arbitrary) */
class="text-[#7b3fca] bg-[#7b3fca]"
/* SCSS */
$brand: #7b3fca;
/* SwiftUI */
Color(red: 0.482, green: 0.247, blue: 0.792)
/* Android */
Color.parseColor("#7b3fca")Accessibility — WCAG contrast
Aa
#7b3fca on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b3fca on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green24.7%
Blue79.2%
CMYK percentages
Cyan39.1%
Magenta68.8%
Yellow0.0%
Key (black)20.8%
Color previews
#7b3fca text on a black background
contrast 3.41:1
Card sample
#7b3fca text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b3fca;
Background color
Panel with #7b3fca background
background-color: #7b3fca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b3fca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 63, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 63, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b3fca; background: linear-gradient(135deg, #7b3fca, #CA3FBC);