#7948cd
a balanced, vivid violet · warm · closest name: slateblue
RGB
121, 72, 205
HSL
262°, 57%, 54%
CMYK
41, 65, 0, 20
Luminance
0.1311
Every format
| HEX | #7948cd |
| RGB | rgb(121, 72, 205) |
| HSL | hsl(262, 57%, 54%) |
| CMYK | cmyk(41%, 65%, 0%, 20%) |
| LAB | lab(42.9 49.3 -61.6) |
| LCH | lch(42.9 78.9 308.7) |
| OKLCH | oklch(0.529 0.196 296.0) |
Copy-ready code
/* CSS */
color: #7948cd;
background-color: #7948cd;
/* Tailwind (arbitrary) */
class="text-[#7948cd] bg-[#7948cd]"
/* SCSS */
$brand: #7948cd;
/* SwiftUI */
Color(red: 0.475, green: 0.282, blue: 0.804)
/* Android */
Color.parseColor("#7948cd")Accessibility — WCAG contrast
Aa
#7948cd on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7948cd on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green28.2%
Blue80.4%
CMYK percentages
Cyan41.0%
Magenta64.9%
Yellow0.0%
Key (black)19.6%
Color previews
#7948cd text on a black background
contrast 3.62:1
Card sample
#7948cd text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7948cd;
Background color
Panel with #7948cd background
background-color: #7948cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7948cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 72, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 72, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7948cd; background: linear-gradient(135deg, #7948cd, #CD48C8);