#993ef1
a balanced, electric violet · warm · closest name: magenta
RGB
153, 62, 241
HSL
271°, 87%, 59%
CMYK
37, 74, 0, 6
Luminance
0.1657
Every format
| HEX | #993ef1 |
| RGB | rgb(153, 62, 241) |
| HSL | hsl(271, 87%, 59%) |
| CMYK | cmyk(37%, 74%, 0%, 6%) |
| LAB | lab(47.7 68.6 -74.2) |
| LCH | lch(47.7 101.0 312.8) |
| OKLCH | oklch(0.580 0.250 302.1) |
Copy-ready code
/* CSS */
color: #993ef1;
background-color: #993ef1;
/* Tailwind (arbitrary) */
class="text-[#993ef1] bg-[#993ef1]"
/* SCSS */
$brand: #993ef1;
/* SwiftUI */
Color(red: 0.600, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#993ef1")Accessibility — WCAG contrast
Aa
#993ef1 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#993ef1 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green24.3%
Blue94.5%
CMYK percentages
Cyan36.5%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#993ef1 text on a black background
contrast 4.31:1
Card sample
#993ef1 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993ef1;
Background color
Panel with #993ef1 background
background-color: #993ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993ef1; background: linear-gradient(135deg, #993ef1, #F13ED2);