#993cfd
a balanced, electric violet · warm · closest name: blue
RGB
153, 60, 253
HSL
269°, 98%, 61%
CMYK
40, 76, 0, 1
Luminance
0.1710
Every format
| HEX | #993cfd |
| RGB | rgb(153, 60, 253) |
| HSL | hsl(269, 98%, 61%) |
| CMYK | cmyk(40%, 76%, 0%, 1%) |
| LAB | lab(48.4 72.1 -79.8) |
| LCH | lch(48.4 107.5 312.1) |
| OKLCH | oklch(0.588 0.263 300.0) |
Copy-ready code
/* CSS */
color: #993cfd;
background-color: #993cfd;
/* Tailwind (arbitrary) */
class="text-[#993cfd] bg-[#993cfd]"
/* SCSS */
$brand: #993cfd;
/* SwiftUI */
Color(red: 0.600, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#993cfd")Accessibility — WCAG contrast
Aa
#993cfd on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#993cfd on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green23.5%
Blue99.2%
CMYK percentages
Cyan39.5%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#993cfd text on a black background
contrast 4.42:1
Card sample
#993cfd text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993cfd;
Background color
Panel with #993cfd background
background-color: #993cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993cfd; background: linear-gradient(135deg, #993cfd, #FD3CE0);