#9315a8
a dark, electric magenta / pink · warm · closest name: purple
RGB
147, 21, 168
HSL
291°, 78%, 37%
CMYK
13, 88, 0, 34
Luminance
0.0957
Every format
| HEX | #9315a8 |
| RGB | rgb(147, 21, 168) |
| HSL | hsl(291, 78%, 37%) |
| CMYK | cmyk(13%, 88%, 0%, 34%) |
| LAB | lab(37.0 65.5 -49.2) |
| LCH | lch(37.0 81.9 323.1) |
| OKLCH | oklch(0.487 0.220 321.0) |
Copy-ready code
/* CSS */
color: #9315a8;
background-color: #9315a8;
/* Tailwind (arbitrary) */
class="text-[#9315a8] bg-[#9315a8]"
/* SCSS */
$brand: #9315a8;
/* SwiftUI */
Color(red: 0.576, green: 0.082, blue: 0.659)
/* Android */
Color.parseColor("#9315a8")Accessibility — WCAG contrast
Aa
#9315a8 on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9315a8 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green8.2%
Blue65.9%
CMYK percentages
Cyan12.5%
Magenta87.5%
Yellow0.0%
Key (black)34.1%
Color previews
#9315a8 text on a black background
contrast 2.91:1
Card sample
#9315a8 text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9315a8;
Background color
Panel with #9315a8 background
background-color: #9315a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9315a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 21, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 21, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9315a8; background: linear-gradient(135deg, #9315a8, #A8155B);