#9208a1
a dark, electric magenta / pink · warm · closest name: purple
RGB
146, 8, 161
HSL
294°, 91%, 33%
CMYK
9, 95, 0, 37
Luminance
0.0886
Every format
| HEX | #9208a1 |
| RGB | rgb(146, 8, 161) |
| HSL | hsl(294, 91%, 33%) |
| CMYK | cmyk(9%, 95%, 0%, 37%) |
| LAB | lab(35.7 66.2 -47.1) |
| LCH | lch(35.7 81.3 324.6) |
| OKLCH | oklch(0.476 0.220 323.1) |
Copy-ready code
/* CSS */
color: #9208a1;
background-color: #9208a1;
/* Tailwind (arbitrary) */
class="text-[#9208a1] bg-[#9208a1]"
/* SCSS */
$brand: #9208a1;
/* SwiftUI */
Color(red: 0.573, green: 0.031, blue: 0.631)
/* Android */
Color.parseColor("#9208a1")Accessibility — WCAG contrast
Aa
#9208a1 on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9208a1 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green3.1%
Blue63.1%
CMYK percentages
Cyan9.3%
Magenta95.0%
Yellow0.0%
Key (black)36.9%
Color previews
#9208a1 text on a black background
contrast 2.77:1
Card sample
#9208a1 text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9208a1;
Background color
Panel with #9208a1 background
background-color: #9208a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9208a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 8, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 8, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9208a1; background: linear-gradient(135deg, #9208a1, #A1084A);