#91006f
a dark, electric magenta / pink · warm · closest name: purple
RGB
145, 0, 111
HSL
314°, 100%, 28%
CMYK
0, 100, 23, 43
Luminance
0.0717
Every format
| HEX | #91006f |
| RGB | rgb(145, 0, 111) |
| HSL | hsl(314, 100%, 28%) |
| CMYK | cmyk(0%, 100%, 23%, 43%) |
| LAB | lab(32.2 59.7 -21.7) |
| LCH | lch(32.2 63.6 340.0) |
| OKLCH | oklch(0.441 0.190 342.1) |
Copy-ready code
/* CSS */
color: #91006f;
background-color: #91006f;
/* Tailwind (arbitrary) */
class="text-[#91006f] bg-[#91006f]"
/* SCSS */
$brand: #91006f;
/* SwiftUI */
Color(red: 0.569, green: 0.000, blue: 0.435)
/* Android */
Color.parseColor("#91006f")Accessibility — WCAG contrast
Aa
#91006f on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#91006f on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green0.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow23.4%
Key (black)43.1%
Color previews
#91006f text on a black background
contrast 2.43:1
Card sample
#91006f text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91006f;
Background color
Panel with #91006f background
background-color: #91006f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91006f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 0, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 0, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91006f; background: linear-gradient(135deg, #91006f, #91000E);