#7922eb
a balanced, electric violet · warm · closest name: blue
RGB
121, 34, 235
HSL
266°, 83%, 53%
CMYK
49, 86, 0, 8
Luminance
0.1121
Every format
| HEX | #7922eb |
| RGB | rgb(121, 34, 235) |
| HSL | hsl(266, 83%, 53%) |
| CMYK | cmyk(49%, 86%, 0%, 8%) |
| LAB | lab(39.9 72.5 -83.7) |
| LCH | lch(39.9 110.7 310.9) |
| OKLCH | oklch(0.516 0.263 294.1) |
Copy-ready code
/* CSS */
color: #7922eb;
background-color: #7922eb;
/* Tailwind (arbitrary) */
class="text-[#7922eb] bg-[#7922eb]"
/* SCSS */
$brand: #7922eb;
/* SwiftUI */
Color(red: 0.475, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#7922eb")Accessibility — WCAG contrast
Aa
#7922eb on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7922eb on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green13.3%
Blue92.2%
CMYK percentages
Cyan48.5%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#7922eb text on a black background
contrast 3.24:1
Card sample
#7922eb text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7922eb;
Background color
Panel with #7922eb background
background-color: #7922eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7922eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7922eb; background: linear-gradient(135deg, #7922eb, #EB22D7);