#9f0dbb
a dark, electric magenta / pink · warm · closest name: purple
RGB
159, 13, 187
HSL
290°, 87%, 39%
CMYK
15, 93, 0, 27
Luminance
0.1125
Every format
| HEX | #9f0dbb |
| RGB | rgb(159, 13, 187) |
| HSL | hsl(290, 87%, 39%) |
| CMYK | cmyk(15%, 93%, 0%, 27%) |
| LAB | lab(40.0 72.1 -55.6) |
| LCH | lch(40.0 91.0 322.3) |
| OKLCH | oklch(0.515 0.242 319.6) |
Copy-ready code
/* CSS */
color: #9f0dbb;
background-color: #9f0dbb;
/* Tailwind (arbitrary) */
class="text-[#9f0dbb] bg-[#9f0dbb]"
/* SCSS */
$brand: #9f0dbb;
/* SwiftUI */
Color(red: 0.624, green: 0.051, blue: 0.733)
/* Android */
Color.parseColor("#9f0dbb")Accessibility — WCAG contrast
Aa
#9f0dbb on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f0dbb on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green5.1%
Blue73.3%
CMYK percentages
Cyan15.0%
Magenta93.0%
Yellow0.0%
Key (black)26.7%
Color previews
#9f0dbb text on a black background
contrast 3.25:1
Card sample
#9f0dbb text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f0dbb;
Background color
Panel with #9f0dbb background
background-color: #9f0dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f0dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 13, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 13, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f0dbb; background: linear-gradient(135deg, #9f0dbb, #BB0D63);