#993eb3
a balanced, vivid violet · warm · closest name: purple
RGB
153, 62, 179
HSL
287°, 49%, 47%
CMYK
15, 65, 0, 30
Luminance
0.1347
Every format
| HEX | #993eb3 |
| RGB | rgb(153, 62, 179) |
| HSL | hsl(287, 49%, 47%) |
| CMYK | cmyk(15%, 65%, 0%, 30%) |
| LAB | lab(43.5 55.2 -45.4) |
| LCH | lch(43.5 71.5 320.6) |
| OKLCH | oklch(0.537 0.190 318.0) |
Copy-ready code
/* CSS */
color: #993eb3;
background-color: #993eb3;
/* Tailwind (arbitrary) */
class="text-[#993eb3] bg-[#993eb3]"
/* SCSS */
$brand: #993eb3;
/* SwiftUI */
Color(red: 0.600, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#993eb3")Accessibility — WCAG contrast
Aa
#993eb3 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#993eb3 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green24.3%
Blue70.2%
CMYK percentages
Cyan14.5%
Magenta65.4%
Yellow0.0%
Key (black)29.8%
Color previews
#993eb3 text on a black background
contrast 3.69:1
Card sample
#993eb3 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993eb3;
Background color
Panel with #993eb3 background
background-color: #993eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993eb3; background: linear-gradient(135deg, #993eb3, #B33E7F);