#9f1dbb
a dark, vivid violet · warm · closest name: purple
RGB
159, 29, 187
HSL
289°, 73%, 42%
CMYK
15, 85, 0, 27
Luminance
0.1184
Every format
| HEX | #9f1dbb |
| RGB | rgb(159, 29, 187) |
| HSL | hsl(289, 73%, 42%) |
| CMYK | cmyk(15%, 85%, 0%, 27%) |
| LAB | lab(41.0 69.2 -54.0) |
| LCH | lch(41.0 87.8 322.0) |
| OKLCH | oklch(0.522 0.233 319.3) |
Copy-ready code
/* CSS */
color: #9f1dbb;
background-color: #9f1dbb;
/* Tailwind (arbitrary) */
class="text-[#9f1dbb] bg-[#9f1dbb]"
/* SCSS */
$brand: #9f1dbb;
/* SwiftUI */
Color(red: 0.624, green: 0.114, blue: 0.733)
/* Android */
Color.parseColor("#9f1dbb")Accessibility — WCAG contrast
Aa
#9f1dbb on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f1dbb on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green11.4%
Blue73.3%
CMYK percentages
Cyan15.0%
Magenta84.5%
Yellow0.0%
Key (black)26.7%
Color previews
#9f1dbb text on a black background
contrast 3.37:1
Card sample
#9f1dbb text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f1dbb;
Background color
Panel with #9f1dbb background
background-color: #9f1dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f1dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 29, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 29, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f1dbb; background: linear-gradient(135deg, #9f1dbb, #BB1D6E);