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