#91237f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
145, 35, 127
HSL
310°, 61%, 35%
CMYK
0, 76, 12, 43
Luminance
0.0875
Every format
| HEX | #91237f |
| RGB | rgb(145, 35, 127) |
| HSL | hsl(310, 61%, 35%) |
| CMYK | cmyk(0%, 76%, 12%, 43%) |
| LAB | lab(35.5 54.7 -26.6) |
| LCH | lch(35.5 60.8 334.1) |
| OKLCH | oklch(0.467 0.176 335.6) |
Copy-ready code
/* CSS */
color: #91237f;
background-color: #91237f;
/* Tailwind (arbitrary) */
class="text-[#91237f] bg-[#91237f]"
/* SCSS */
$brand: #91237f;
/* SwiftUI */
Color(red: 0.569, green: 0.137, blue: 0.498)
/* Android */
Color.parseColor("#91237f")Accessibility — WCAG contrast
Aa
#91237f on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#91237f on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green13.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta75.9%
Yellow12.4%
Key (black)43.1%
Color previews
#91237f text on a black background
contrast 2.75:1
Card sample
#91237f text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91237f;
Background color
Panel with #91237f background
background-color: #91237f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91237f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 35, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 35, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91237f; background: linear-gradient(135deg, #91237f, #912336);