#9b0fba
a dark, electric violet · warm · closest name: purple
RGB
155, 15, 186
HSL
289°, 85%, 39%
CMYK
17, 92, 0, 27
Luminance
0.1086
Every format
| HEX | #9b0fba |
| RGB | rgb(155, 15, 186) |
| HSL | hsl(289, 85%, 39%) |
| CMYK | cmyk(17%, 92%, 0%, 27%) |
| LAB | lab(39.3 71.0 -56.1) |
| LCH | lch(39.3 90.5 321.7) |
| OKLCH | oklch(0.509 0.239 318.5) |
Copy-ready code
/* CSS */
color: #9b0fba;
background-color: #9b0fba;
/* Tailwind (arbitrary) */
class="text-[#9b0fba] bg-[#9b0fba]"
/* SCSS */
$brand: #9b0fba;
/* SwiftUI */
Color(red: 0.608, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#9b0fba")Accessibility — WCAG contrast
Aa
#9b0fba on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b0fba on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green5.9%
Blue72.9%
CMYK percentages
Cyan16.7%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#9b0fba text on a black background
contrast 3.17:1
Card sample
#9b0fba text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b0fba;
Background color
Panel with #9b0fba background
background-color: #9b0fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b0fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b0fba; background: linear-gradient(135deg, #9b0fba, #BA0F67);