#93309c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
147, 48, 156
HSL
295°, 53%, 40%
CMYK
6, 69, 0, 39
Luminance
0.1072
Every format
| HEX | #93309c |
| RGB | rgb(147, 48, 156) |
| HSL | hsl(295, 53%, 40%) |
| CMYK | cmyk(6%, 69%, 0%, 39%) |
| LAB | lab(39.1 55.3 -38.7) |
| LCH | lch(39.1 67.5 325.0) |
| OKLCH | oklch(0.499 0.184 324.3) |
Copy-ready code
/* CSS */
color: #93309c;
background-color: #93309c;
/* Tailwind (arbitrary) */
class="text-[#93309c] bg-[#93309c]"
/* SCSS */
$brand: #93309c;
/* SwiftUI */
Color(red: 0.576, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#93309c")Accessibility — WCAG contrast
Aa
#93309c on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#93309c on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green18.8%
Blue61.2%
CMYK percentages
Cyan5.8%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#93309c text on a black background
contrast 3.14:1
Card sample
#93309c text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93309c;
Background color
Panel with #93309c background
background-color: #93309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93309c; background: linear-gradient(135deg, #93309c, #9C305D);