#9b0dbf
a dark, electric violet · warm · closest name: purple
RGB
155, 13, 191
HSL
288°, 87%, 40%
CMYK
19, 93, 0, 25
Luminance
0.1102
Every format
| HEX | #9b0dbf |
| RGB | rgb(155, 13, 191) |
| HSL | hsl(288, 87%, 40%) |
| CMYK | cmyk(19%, 93%, 0%, 25%) |
| LAB | lab(39.6 72.2 -58.6) |
| LCH | lch(39.6 93.0 320.9) |
| OKLCH | oklch(0.512 0.243 317.2) |
Copy-ready code
/* CSS */
color: #9b0dbf;
background-color: #9b0dbf;
/* Tailwind (arbitrary) */
class="text-[#9b0dbf] bg-[#9b0dbf]"
/* SCSS */
$brand: #9b0dbf;
/* SwiftUI */
Color(red: 0.608, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#9b0dbf")Accessibility — WCAG contrast
Aa
#9b0dbf on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b0dbf on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green5.1%
Blue74.9%
CMYK percentages
Cyan18.8%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#9b0dbf text on a black background
contrast 3.20:1
Card sample
#9b0dbf text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b0dbf;
Background color
Panel with #9b0dbf background
background-color: #9b0dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b0dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b0dbf; background: linear-gradient(135deg, #9b0dbf, #BF0D6C);