#92005c
a dark, electric magenta / pink · warm · closest name: purple
RGB
146, 0, 92
HSL
322°, 100%, 29%
CMYK
0, 100, 37, 43
Luminance
0.0688
Every format
| HEX | #92005c |
| RGB | rgb(146, 0, 92) |
| HSL | hsl(322, 100%, 29%) |
| CMYK | cmyk(0%, 100%, 37%, 43%) |
| LAB | lab(31.5 57.8 -10.4) |
| LCH | lch(31.5 58.7 349.8) |
| OKLCH | oklch(0.434 0.180 351.4) |
Copy-ready code
/* CSS */
color: #92005c;
background-color: #92005c;
/* Tailwind (arbitrary) */
class="text-[#92005c] bg-[#92005c]"
/* SCSS */
$brand: #92005c;
/* SwiftUI */
Color(red: 0.573, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#92005c")Accessibility — WCAG contrast
Aa
#92005c on white: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#92005c on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green0.0%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow37.0%
Key (black)42.7%
Color previews
#92005c text on a black background
contrast 2.38:1
Card sample
#92005c text on a white background
contrast 8.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92005c;
Background color
Panel with #92005c background
background-color: #92005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92005c; background: linear-gradient(135deg, #92005c, #920500);