#933cd5
a balanced, vivid violet · warm · closest name: slateblue
RGB
147, 60, 213
HSL
274°, 65%, 54%
CMYK
31, 72, 0, 17
Luminance
0.1424
Every format
| HEX | #933cd5 |
| RGB | rgb(147, 60, 213) |
| HSL | hsl(274, 65%, 54%) |
| CMYK | cmyk(31%, 72%, 0%, 17%) |
| LAB | lab(44.6 62.0 -63.4) |
| LCH | lch(44.6 88.7 314.4) |
| OKLCH | oklch(0.550 0.223 306.2) |
Copy-ready code
/* CSS */
color: #933cd5;
background-color: #933cd5;
/* Tailwind (arbitrary) */
class="text-[#933cd5] bg-[#933cd5]"
/* SCSS */
$brand: #933cd5;
/* SwiftUI */
Color(red: 0.576, green: 0.235, blue: 0.835)
/* Android */
Color.parseColor("#933cd5")Accessibility — WCAG contrast
Aa
#933cd5 on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#933cd5 on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green23.5%
Blue83.5%
CMYK percentages
Cyan31.0%
Magenta71.8%
Yellow0.0%
Key (black)16.5%
Color previews
#933cd5 text on a black background
contrast 3.85:1
Card sample
#933cd5 text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #933cd5;
Background color
Panel with #933cd5 background
background-color: #933cd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #933cd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 60, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 60, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #933cd5; background: linear-gradient(135deg, #933cd5, #D53CB1);