#7939fd
a balanced, electric violet · warm · closest name: blue
RGB
121, 57, 253
HSL
260°, 98%, 61%
CMYK
52, 78, 0, 1
Luminance
0.1408
Every format
| HEX | #7939fd |
| RGB | rgb(121, 57, 253) |
| HSL | hsl(260, 98%, 61%) |
| CMYK | cmyk(52%, 78%, 0%, 1%) |
| LAB | lab(44.4 68.8 -86.5) |
| LCH | lch(44.4 110.6 308.5) |
| OKLCH | oklch(0.552 0.264 289.5) |
Copy-ready code
/* CSS */
color: #7939fd;
background-color: #7939fd;
/* Tailwind (arbitrary) */
class="text-[#7939fd] bg-[#7939fd]"
/* SCSS */
$brand: #7939fd;
/* SwiftUI */
Color(red: 0.475, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#7939fd")Accessibility — WCAG contrast
Aa
#7939fd on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7939fd on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green22.4%
Blue99.2%
CMYK percentages
Cyan52.2%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#7939fd text on a black background
contrast 3.82:1
Card sample
#7939fd text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7939fd;
Background color
Panel with #7939fd background
background-color: #7939fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7939fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7939fd; background: linear-gradient(135deg, #7939fd, #FC39FD);