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