#7939eb
a balanced, electric violet · warm · closest name: blue
RGB
121, 57, 235
HSL
262°, 82%, 57%
CMYK
49, 76, 0, 8
Luminance
0.1299
Every format
| HEX | #7939eb |
| RGB | rgb(121, 57, 235) |
| HSL | hsl(262, 82%, 57%) |
| CMYK | cmyk(49%, 76%, 0%, 8%) |
| LAB | lab(42.8 64.3 -79.0) |
| LCH | lch(42.8 101.9 309.1) |
| OKLCH | oklch(0.535 0.245 292.4) |
Copy-ready code
/* CSS */
color: #7939eb;
background-color: #7939eb;
/* Tailwind (arbitrary) */
class="text-[#7939eb] bg-[#7939eb]"
/* SCSS */
$brand: #7939eb;
/* SwiftUI */
Color(red: 0.475, green: 0.224, blue: 0.922)
/* Android */
Color.parseColor("#7939eb")Accessibility — WCAG contrast
Aa
#7939eb on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7939eb on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green22.4%
Blue92.2%
CMYK percentages
Cyan48.5%
Magenta75.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7939eb text on a black background
contrast 3.60:1
Card sample
#7939eb text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7939eb;
Background color
Panel with #7939eb background
background-color: #7939eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7939eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 57, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 57, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7939eb; background: linear-gradient(135deg, #7939eb, #EB39E6);