#910366
a dark, electric magenta / pink · warm · closest name: purple
RGB
145, 3, 102
HSL
318°, 96%, 29%
CMYK
0, 98, 30, 43
Luminance
0.0704
Every format
| HEX | #910366 |
| RGB | rgb(145, 3, 102) |
| HSL | hsl(318, 96%, 29%) |
| CMYK | cmyk(0%, 98%, 30%, 43%) |
| LAB | lab(31.9 58.2 -16.3) |
| LCH | lch(31.9 60.5 344.3) |
| OKLCH | oklch(0.438 0.183 346.3) |
Copy-ready code
/* CSS */
color: #910366;
background-color: #910366;
/* Tailwind (arbitrary) */
class="text-[#910366] bg-[#910366]"
/* SCSS */
$brand: #910366;
/* SwiftUI */
Color(red: 0.569, green: 0.012, blue: 0.400)
/* Android */
Color.parseColor("#910366")Accessibility — WCAG contrast
Aa
#910366 on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910366 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green1.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta97.9%
Yellow29.7%
Key (black)43.1%
Color previews
#910366 text on a black background
contrast 2.41:1
Card sample
#910366 text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910366;
Background color
Panel with #910366 background
background-color: #910366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 3, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 3, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910366; background: linear-gradient(135deg, #910366, #910307);