#910091
a dark, electric magenta / pink · warm · closest name: purple
RGB
145, 0, 145
HSL
300°, 100%, 28%
CMYK
0, 100, 0, 43
Luminance
0.0806
Every format
| HEX | #910091 |
| RGB | rgb(145, 0, 145) |
| HSL | hsl(300, 100%, 28%) |
| CMYK | cmyk(0%, 100%, 0%, 43%) |
| LAB | lab(34.1 64.5 -39.9) |
| LCH | lch(34.1 75.9 328.2) |
| OKLCH | oklch(0.461 0.212 328.4) |
Copy-ready code
/* CSS */
color: #910091;
background-color: #910091;
/* Tailwind (arbitrary) */
class="text-[#910091] bg-[#910091]"
/* SCSS */
$brand: #910091;
/* SwiftUI */
Color(red: 0.569, green: 0.000, blue: 0.569)
/* Android */
Color.parseColor("#910091")Accessibility — WCAG contrast
Aa
#910091 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910091 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green0.0%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)43.1%
Color previews
#910091 text on a black background
contrast 2.61:1
Card sample
#910091 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910091;
Background color
Panel with #910091 background
background-color: #910091;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910091;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 0, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 0, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910091; background: linear-gradient(135deg, #910091, #910030);