#9b0fcf
a dark, electric violet · warm · closest name: magenta
RGB
155, 15, 207
HSL
284°, 87%, 44%
CMYK
25, 93, 0, 19
Luminance
0.1182
Every format
| HEX | #9b0fcf |
| RGB | rgb(155, 15, 207) |
| HSL | hsl(284, 87%, 44%) |
| CMYK | cmyk(25%, 93%, 0%, 19%) |
| LAB | lab(40.9 74.8 -65.8) |
| LCH | lch(40.9 99.6 318.7) |
| OKLCH | oklch(0.525 0.255 312.9) |
Copy-ready code
/* CSS */
color: #9b0fcf;
background-color: #9b0fcf;
/* Tailwind (arbitrary) */
class="text-[#9b0fcf] bg-[#9b0fcf]"
/* SCSS */
$brand: #9b0fcf;
/* SwiftUI */
Color(red: 0.608, green: 0.059, blue: 0.812)
/* Android */
Color.parseColor("#9b0fcf")Accessibility — WCAG contrast
Aa
#9b0fcf on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b0fcf on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green5.9%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta92.8%
Yellow0.0%
Key (black)18.8%
Color previews
#9b0fcf text on a black background
contrast 3.36:1
Card sample
#9b0fcf text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b0fcf;
Background color
Panel with #9b0fcf background
background-color: #9b0fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b0fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 15, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 15, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b0fcf; background: linear-gradient(135deg, #9b0fcf, #CF0F83);