#7948f1
a balanced, electric violet · warm · closest name: slateblue
RGB
121, 72, 241
HSL
257°, 86%, 61%
CMYK
50, 70, 0, 6
Luminance
0.1505
Every format
| HEX | #7948f1 |
| RGB | rgb(121, 72, 241) |
| HSL | hsl(257, 86%, 61%) |
| CMYK | cmyk(50%, 70%, 0%, 6%) |
| LAB | lab(45.7 58.9 -77.6) |
| LCH | lch(45.7 97.4 307.2) |
| OKLCH | oklch(0.558 0.237 289.8) |
Copy-ready code
/* CSS */
color: #7948f1;
background-color: #7948f1;
/* Tailwind (arbitrary) */
class="text-[#7948f1] bg-[#7948f1]"
/* SCSS */
$brand: #7948f1;
/* SwiftUI */
Color(red: 0.475, green: 0.282, blue: 0.945)
/* Android */
Color.parseColor("#7948f1")Accessibility — WCAG contrast
Aa
#7948f1 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7948f1 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green28.2%
Blue94.5%
CMYK percentages
Cyan49.8%
Magenta70.1%
Yellow0.0%
Key (black)5.5%
Color previews
#7948f1 text on a black background
contrast 4.01:1
Card sample
#7948f1 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7948f1;
Background color
Panel with #7948f1 background
background-color: #7948f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7948f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 72, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 72, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7948f1; background: linear-gradient(135deg, #7948f1, #EA48F1);