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