#993fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 63, 223
HSL
274°, 71%, 56%
CMYK
31, 72, 0, 13
Luminance
0.1566
Every format
| HEX | #993fdf |
| RGB | rgb(153, 63, 223) |
| HSL | hsl(274, 71%, 56%) |
| CMYK | cmyk(31%, 72%, 0%, 13%) |
| LAB | lab(46.5 64.1 -65.9) |
| LCH | lch(46.5 92.0 314.2) |
| OKLCH | oklch(0.568 0.231 305.9) |
Copy-ready code
/* CSS */
color: #993fdf;
background-color: #993fdf;
/* Tailwind (arbitrary) */
class="text-[#993fdf] bg-[#993fdf]"
/* SCSS */
$brand: #993fdf;
/* SwiftUI */
Color(red: 0.600, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#993fdf")Accessibility — WCAG contrast
Aa
#993fdf on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#993fdf on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green24.7%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#993fdf text on a black background
contrast 4.13:1
Card sample
#993fdf text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993fdf;
Background color
Panel with #993fdf background
background-color: #993fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993fdf; background: linear-gradient(135deg, #993fdf, #DF3FBA);