#993afd
a balanced, electric violet · warm · closest name: blue
RGB
153, 58, 253
HSL
269°, 98%, 61%
CMYK
40, 77, 0, 1
Luminance
0.1689
Every format
| HEX | #993afd |
| RGB | rgb(153, 58, 253) |
| HSL | hsl(269, 98%, 61%) |
| CMYK | cmyk(40%, 77%, 0%, 1%) |
| LAB | lab(48.1 72.8 -80.2) |
| LCH | lch(48.1 108.3 312.2) |
| OKLCH | oklch(0.586 0.265 300.1) |
Copy-ready code
/* CSS */
color: #993afd;
background-color: #993afd;
/* Tailwind (arbitrary) */
class="text-[#993afd] bg-[#993afd]"
/* SCSS */
$brand: #993afd;
/* SwiftUI */
Color(red: 0.600, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#993afd")Accessibility — WCAG contrast
Aa
#993afd on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#993afd on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green22.7%
Blue99.2%
CMYK percentages
Cyan39.5%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#993afd text on a black background
contrast 4.38:1
Card sample
#993afd text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993afd;
Background color
Panel with #993afd background
background-color: #993afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993afd; background: linear-gradient(135deg, #993afd, #FD3ADF);