#933cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
147, 60, 223
HSL
272°, 72%, 56%
CMYK
34, 73, 0, 13
Luminance
0.1476
Every format
| HEX | #933cdf |
| RGB | rgb(147, 60, 223) |
| HSL | hsl(272, 72%, 56%) |
| CMYK | cmyk(34%, 73%, 0%, 13%) |
| LAB | lab(45.3 64.3 -67.9) |
| LCH | lch(45.3 93.5 313.4) |
| OKLCH | oklch(0.557 0.233 303.9) |
Copy-ready code
/* CSS */
color: #933cdf;
background-color: #933cdf;
/* Tailwind (arbitrary) */
class="text-[#933cdf] bg-[#933cdf]"
/* SCSS */
$brand: #933cdf;
/* SwiftUI */
Color(red: 0.576, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#933cdf")Accessibility — WCAG contrast
Aa
#933cdf on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#933cdf on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green23.5%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#933cdf text on a black background
contrast 3.95:1
Card sample
#933cdf text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #933cdf;
Background color
Panel with #933cdf background
background-color: #933cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #933cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #933cdf; background: linear-gradient(135deg, #933cdf, #DF3CBE);