#933cd7
a balanced, vivid violet · warm · closest name: slateblue
RGB
147, 60, 215
HSL
274°, 66%, 54%
CMYK
32, 72, 0, 16
Luminance
0.1434
Every format
| HEX | #933cd7 |
| RGB | rgb(147, 60, 215) |
| HSL | hsl(274, 66%, 54%) |
| CMYK | cmyk(32%, 72%, 0%, 16%) |
| LAB | lab(44.7 62.5 -64.3) |
| LCH | lch(44.7 89.7 314.2) |
| OKLCH | oklch(0.551 0.225 305.8) |
Copy-ready code
/* CSS */
color: #933cd7;
background-color: #933cd7;
/* Tailwind (arbitrary) */
class="text-[#933cd7] bg-[#933cd7]"
/* SCSS */
$brand: #933cd7;
/* SwiftUI */
Color(red: 0.576, green: 0.235, blue: 0.843)
/* Android */
Color.parseColor("#933cd7")Accessibility — WCAG contrast
Aa
#933cd7 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#933cd7 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green23.5%
Blue84.3%
CMYK percentages
Cyan31.6%
Magenta72.1%
Yellow0.0%
Key (black)15.7%
Color previews
#933cd7 text on a black background
contrast 3.87:1
Card sample
#933cd7 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #933cd7;
Background color
Panel with #933cd7 background
background-color: #933cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #933cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 60, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 60, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #933cd7; background: linear-gradient(135deg, #933cd7, #D73CB4);