#7952eb
a balanced, electric violet · warm · closest name: slateblue
RGB
121, 82, 235
HSL
255°, 79%, 62%
CMYK
49, 65, 0, 8
Luminance
0.1610
Every format
| HEX | #7952eb |
| RGB | rgb(121, 82, 235) |
| HSL | hsl(255, 79%, 62%) |
| CMYK | cmyk(49%, 65%, 0%, 8%) |
| LAB | lab(47.1 52.1 -71.9) |
| LCH | lch(47.1 88.8 305.9) |
| OKLCH | oklch(0.567 0.218 289.2) |
Copy-ready code
/* CSS */
color: #7952eb;
background-color: #7952eb;
/* Tailwind (arbitrary) */
class="text-[#7952eb] bg-[#7952eb]"
/* SCSS */
$brand: #7952eb;
/* SwiftUI */
Color(red: 0.475, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#7952eb")Accessibility — WCAG contrast
Aa
#7952eb on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7952eb on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green32.2%
Blue92.2%
CMYK percentages
Cyan48.5%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#7952eb text on a black background
contrast 4.22:1
Card sample
#7952eb text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7952eb;
Background color
Panel with #7952eb background
background-color: #7952eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7952eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7952eb; background: linear-gradient(135deg, #7952eb, #DF52EB);