#7948cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
121, 72, 207
HSL
262°, 58%, 55%
CMYK
42, 65, 0, 19
Luminance
0.1320
Every format
| HEX | #7948cf |
| RGB | rgb(121, 72, 207) |
| HSL | hsl(262, 58%, 55%) |
| CMYK | cmyk(42%, 65%, 0%, 19%) |
| LAB | lab(43.1 49.9 -62.5) |
| LCH | lch(43.1 80.0 308.6) |
| OKLCH | oklch(0.531 0.198 295.6) |
Copy-ready code
/* CSS */
color: #7948cf;
background-color: #7948cf;
/* Tailwind (arbitrary) */
class="text-[#7948cf] bg-[#7948cf]"
/* SCSS */
$brand: #7948cf;
/* SwiftUI */
Color(red: 0.475, green: 0.282, blue: 0.812)
/* Android */
Color.parseColor("#7948cf")Accessibility — WCAG contrast
Aa
#7948cf on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7948cf on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green28.2%
Blue81.2%
CMYK percentages
Cyan41.5%
Magenta65.2%
Yellow0.0%
Key (black)18.8%
Color previews
#7948cf text on a black background
contrast 3.64:1
Card sample
#7948cf text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7948cf;
Background color
Panel with #7948cf background
background-color: #7948cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7948cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 72, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 72, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7948cf; background: linear-gradient(135deg, #7948cf, #CF48CB);