#91309c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
145, 48, 156
HSL
294°, 53%, 40%
CMYK
7, 69, 0, 39
Luminance
0.1053
Every format
| HEX | #91309c |
| RGB | rgb(145, 48, 156) |
| HSL | hsl(294, 53%, 40%) |
| CMYK | cmyk(7%, 69%, 0%, 39%) |
| LAB | lab(38.8 54.8 -39.2) |
| LCH | lch(38.8 67.4 324.4) |
| OKLCH | oklch(0.496 0.183 323.5) |
Copy-ready code
/* CSS */
color: #91309c;
background-color: #91309c;
/* Tailwind (arbitrary) */
class="text-[#91309c] bg-[#91309c]"
/* SCSS */
$brand: #91309c;
/* SwiftUI */
Color(red: 0.569, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#91309c")Accessibility — WCAG contrast
Aa
#91309c on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#91309c on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green18.8%
Blue61.2%
CMYK percentages
Cyan7.1%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#91309c text on a black background
contrast 3.11:1
Card sample
#91309c text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91309c;
Background color
Panel with #91309c background
background-color: #91309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91309c; background: linear-gradient(135deg, #91309c, #9C305F);