#9f06af
a dark, electric magenta / pink · warm · closest name: purple
RGB
159, 6, 175
HSL
294°, 93%, 36%
CMYK
9, 97, 0, 31
Luminance
0.1060
Every format
| HEX | #9f06af |
| RGB | rgb(159, 6, 175) |
| HSL | hsl(294, 93%, 36%) |
| CMYK | cmyk(9%, 97%, 0%, 31%) |
| LAB | lab(38.9 70.8 -50.3) |
| LCH | lch(38.9 86.9 324.6) |
| OKLCH | oklch(0.505 0.235 323.2) |
Copy-ready code
/* CSS */
color: #9f06af;
background-color: #9f06af;
/* Tailwind (arbitrary) */
class="text-[#9f06af] bg-[#9f06af]"
/* SCSS */
$brand: #9f06af;
/* SwiftUI */
Color(red: 0.624, green: 0.024, blue: 0.686)
/* Android */
Color.parseColor("#9f06af")Accessibility — WCAG contrast
Aa
#9f06af on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f06af on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green2.4%
Blue68.6%
CMYK percentages
Cyan9.1%
Magenta96.6%
Yellow0.0%
Key (black)31.4%
Color previews
#9f06af text on a black background
contrast 3.12:1
Card sample
#9f06af text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f06af;
Background color
Panel with #9f06af background
background-color: #9f06af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f06af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 6, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 6, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f06af; background: linear-gradient(135deg, #9f06af, #AF064E);