#9b1fd8
a balanced, vivid violet · warm · closest name: magenta
RGB
155, 31, 216
HSL
280°, 75%, 48%
CMYK
28, 86, 0, 15
Luminance
0.1291
Every format
| HEX | #9b1fd8 |
| RGB | rgb(155, 31, 216) |
| HSL | hsl(280, 75%, 48%) |
| CMYK | cmyk(28%, 86%, 0%, 15%) |
| LAB | lab(42.6 73.5 -68.2) |
| LCH | lch(42.6 100.3 317.1) |
| OKLCH | oklch(0.539 0.254 310.2) |
Copy-ready code
/* CSS */
color: #9b1fd8;
background-color: #9b1fd8;
/* Tailwind (arbitrary) */
class="text-[#9b1fd8] bg-[#9b1fd8]"
/* SCSS */
$brand: #9b1fd8;
/* SwiftUI */
Color(red: 0.608, green: 0.122, blue: 0.847)
/* Android */
Color.parseColor("#9b1fd8")Accessibility — WCAG contrast
Aa
#9b1fd8 on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b1fd8 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green12.2%
Blue84.7%
CMYK percentages
Cyan28.2%
Magenta85.6%
Yellow0.0%
Key (black)15.3%
Color previews
#9b1fd8 text on a black background
contrast 3.58:1
Card sample
#9b1fd8 text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b1fd8;
Background color
Panel with #9b1fd8 background
background-color: #9b1fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b1fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 31, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 31, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b1fd8; background: linear-gradient(135deg, #9b1fd8, #D81F9A);