#910059
a dark, electric magenta / pink · warm · closest name: purple
RGB
145, 0, 89
HSL
323°, 100%, 28%
CMYK
0, 100, 39, 43
Luminance
0.0674
Every format
| HEX | #910059 |
| RGB | rgb(145, 0, 89) |
| HSL | hsl(323, 100%, 28%) |
| CMYK | cmyk(0%, 100%, 39%, 43%) |
| LAB | lab(31.2 57.3 -8.9) |
| LCH | lch(31.2 58.0 351.1) |
| OKLCH | oklch(0.431 0.178 352.6) |
Copy-ready code
/* CSS */
color: #910059;
background-color: #910059;
/* Tailwind (arbitrary) */
class="text-[#910059] bg-[#910059]"
/* SCSS */
$brand: #910059;
/* SwiftUI */
Color(red: 0.569, green: 0.000, blue: 0.349)
/* Android */
Color.parseColor("#910059")Accessibility — WCAG contrast
Aa
#910059 on white: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910059 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green0.0%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow38.6%
Key (black)43.1%
Color previews
#910059 text on a black background
contrast 2.35:1
Card sample
#910059 text on a white background
contrast 8.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910059;
Background color
Panel with #910059 background
background-color: #910059;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910059;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 0, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 0, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910059; background: linear-gradient(135deg, #910059, #910800);