#7948fd
a balanced, electric violet · warm · closest name: blue
RGB
121, 72, 253
HSL
256°, 98%, 64%
CMYK
52, 72, 0, 1
Luminance
0.1579
Every format
| HEX | #7948fd |
| RGB | rgb(121, 72, 253) |
| HSL | hsl(256, 98%, 64%) |
| CMYK | cmyk(52%, 72%, 0%, 1%) |
| LAB | lab(46.7 62.1 -82.7) |
| LCH | lch(46.7 103.4 306.9) |
| OKLCH | oklch(0.568 0.250 288.1) |
Copy-ready code
/* CSS */
color: #7948fd;
background-color: #7948fd;
/* Tailwind (arbitrary) */
class="text-[#7948fd] bg-[#7948fd]"
/* SCSS */
$brand: #7948fd;
/* SwiftUI */
Color(red: 0.475, green: 0.282, blue: 0.992)
/* Android */
Color.parseColor("#7948fd")Accessibility — WCAG contrast
Aa
#7948fd on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7948fd on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green28.2%
Blue99.2%
CMYK percentages
Cyan52.2%
Magenta71.5%
Yellow0.0%
Key (black)0.8%
Color previews
#7948fd text on a black background
contrast 4.16:1
Card sample
#7948fd text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7948fd;
Background color
Panel with #7948fd background
background-color: #7948fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7948fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 72, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 72, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7948fd; background: linear-gradient(135deg, #7948fd, #F148FD);