#9b13cf
a dark, electric violet · warm · closest name: magenta
RGB
155, 19, 207
HSL
283°, 83%, 44%
CMYK
25, 91, 0, 19
Luminance
0.1194
Every format
| HEX | #9b13cf |
| RGB | rgb(155, 19, 207) |
| HSL | hsl(283, 83%, 44%) |
| CMYK | cmyk(25%, 91%, 0%, 19%) |
| LAB | lab(41.1 74.2 -65.5) |
| LCH | lch(41.1 99.0 318.6) |
| OKLCH | oklch(0.527 0.253 312.8) |
Copy-ready code
/* CSS */
color: #9b13cf;
background-color: #9b13cf;
/* Tailwind (arbitrary) */
class="text-[#9b13cf] bg-[#9b13cf]"
/* SCSS */
$brand: #9b13cf;
/* SwiftUI */
Color(red: 0.608, green: 0.075, blue: 0.812)
/* Android */
Color.parseColor("#9b13cf")Accessibility — WCAG contrast
Aa
#9b13cf on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b13cf on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green7.5%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta90.8%
Yellow0.0%
Key (black)18.8%
Color previews
#9b13cf text on a black background
contrast 3.39:1
Card sample
#9b13cf text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b13cf;
Background color
Panel with #9b13cf background
background-color: #9b13cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b13cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 19, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 19, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b13cf; background: linear-gradient(135deg, #9b13cf, #CF1386);