#932893
a dark, vivid magenta / pink · warm · closest name: purple
RGB
147, 40, 147
HSL
300°, 57%, 37%
CMYK
0, 73, 0, 42
Luminance
0.0983
Every format
| HEX | #932893 |
| RGB | rgb(147, 40, 147) |
| HSL | hsl(300, 57%, 37%) |
| CMYK | cmyk(0%, 73%, 0%, 42%) |
| LAB | lab(37.5 56.7 -35.7) |
| LCH | lch(37.5 67.0 327.8) |
| OKLCH | oklch(0.486 0.186 328.0) |
Copy-ready code
/* CSS */
color: #932893;
background-color: #932893;
/* Tailwind (arbitrary) */
class="text-[#932893] bg-[#932893]"
/* SCSS */
$brand: #932893;
/* SwiftUI */
Color(red: 0.576, green: 0.157, blue: 0.576)
/* Android */
Color.parseColor("#932893")Accessibility — WCAG contrast
Aa
#932893 on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#932893 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green15.7%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow0.0%
Key (black)42.4%
Color previews
#932893 text on a black background
contrast 2.97:1
Card sample
#932893 text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #932893;
Background color
Panel with #932893 background
background-color: #932893;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #932893;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 40, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 40, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #932893; background: linear-gradient(135deg, #932893, #93284C);