#993fba
a balanced, vivid violet · warm · closest name: purple
RGB
153, 63, 186
HSL
284°, 49%, 49%
CMYK
18, 66, 0, 27
Luminance
0.1387
Every format
| HEX | #993fba |
| RGB | rgb(153, 63, 186) |
| HSL | hsl(284, 49%, 49%) |
| CMYK | cmyk(18%, 66%, 0%, 27%) |
| LAB | lab(44.0 56.2 -48.5) |
| LCH | lch(44.0 74.3 319.2) |
| OKLCH | oklch(0.542 0.195 315.7) |
Copy-ready code
/* CSS */
color: #993fba;
background-color: #993fba;
/* Tailwind (arbitrary) */
class="text-[#993fba] bg-[#993fba]"
/* SCSS */
$brand: #993fba;
/* SwiftUI */
Color(red: 0.600, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#993fba")Accessibility — WCAG contrast
Aa
#993fba on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#993fba on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green24.7%
Blue72.9%
CMYK percentages
Cyan17.7%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#993fba text on a black background
contrast 3.77:1
Card sample
#993fba text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993fba;
Background color
Panel with #993fba background
background-color: #993fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993fba; background: linear-gradient(135deg, #993fba, #BA3F89);