#9b0fc3
a dark, electric violet · warm · closest name: purple
RGB
155, 15, 195
HSL
287°, 86%, 41%
CMYK
21, 92, 0, 24
Luminance
0.1125
Every format
| HEX | #9b0fc3 |
| RGB | rgb(155, 15, 195) |
| HSL | hsl(287, 86%, 41%) |
| CMYK | cmyk(21%, 92%, 0%, 24%) |
| LAB | lab(40.0 72.6 -60.3) |
| LCH | lch(40.0 94.4 320.3) |
| OKLCH | oklch(0.516 0.246 316.0) |
Copy-ready code
/* CSS */
color: #9b0fc3;
background-color: #9b0fc3;
/* Tailwind (arbitrary) */
class="text-[#9b0fc3] bg-[#9b0fc3]"
/* SCSS */
$brand: #9b0fc3;
/* SwiftUI */
Color(red: 0.608, green: 0.059, blue: 0.765)
/* Android */
Color.parseColor("#9b0fc3")Accessibility — WCAG contrast
Aa
#9b0fc3 on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b0fc3 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green5.9%
Blue76.5%
CMYK percentages
Cyan20.5%
Magenta92.3%
Yellow0.0%
Key (black)23.5%
Color previews
#9b0fc3 text on a black background
contrast 3.25:1
Card sample
#9b0fc3 text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b0fc3;
Background color
Panel with #9b0fc3 background
background-color: #9b0fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b0fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 15, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 15, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b0fc3; background: linear-gradient(135deg, #9b0fc3, #C30F73);