#7947eb
a balanced, electric violet · warm · closest name: slateblue
RGB
121, 71, 235
HSL
258°, 80%, 60%
CMYK
49, 70, 0, 8
Luminance
0.1457
Every format
| HEX | #7947eb |
| RGB | rgb(121, 71, 235) |
| HSL | hsl(258, 80%, 60%) |
| CMYK | cmyk(49%, 70%, 0%, 8%) |
| LAB | lab(45.0 57.8 -75.3) |
| LCH | lch(45.0 94.9 307.5) |
| OKLCH | oklch(0.552 0.231 290.8) |
Copy-ready code
/* CSS */
color: #7947eb;
background-color: #7947eb;
/* Tailwind (arbitrary) */
class="text-[#7947eb] bg-[#7947eb]"
/* SCSS */
$brand: #7947eb;
/* SwiftUI */
Color(red: 0.475, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#7947eb")Accessibility — WCAG contrast
Aa
#7947eb on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7947eb on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green27.8%
Blue92.2%
CMYK percentages
Cyan48.5%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#7947eb text on a black background
contrast 3.91:1
Card sample
#7947eb text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7947eb;
Background color
Panel with #7947eb background
background-color: #7947eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7947eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7947eb; background: linear-gradient(135deg, #7947eb, #E647EB);