#9b3fba
a balanced, vivid violet · warm · closest name: purple
RGB
155, 63, 186
HSL
285°, 49%, 49%
CMYK
17, 66, 0, 27
Luminance
0.1407
Every format
| HEX | #9b3fba |
| RGB | rgb(155, 63, 186) |
| HSL | hsl(285, 49%, 49%) |
| CMYK | cmyk(17%, 66%, 0%, 27%) |
| LAB | lab(44.3 56.7 -48.1) |
| LCH | lch(44.3 74.3 319.7) |
| OKLCH | oklch(0.545 0.196 316.5) |
Copy-ready code
/* CSS */
color: #9b3fba;
background-color: #9b3fba;
/* Tailwind (arbitrary) */
class="text-[#9b3fba] bg-[#9b3fba]"
/* SCSS */
$brand: #9b3fba;
/* SwiftUI */
Color(red: 0.608, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#9b3fba")Accessibility — WCAG contrast
Aa
#9b3fba on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b3fba on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green24.7%
Blue72.9%
CMYK percentages
Cyan16.7%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#9b3fba text on a black background
contrast 3.81:1
Card sample
#9b3fba text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b3fba;
Background color
Panel with #9b3fba background
background-color: #9b3fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b3fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b3fba; background: linear-gradient(135deg, #9b3fba, #BA3F87);