#9b3cef
a balanced, electric violet · warm · closest name: magenta
RGB
155, 60, 239
HSL
272°, 85%, 59%
CMYK
35, 75, 0, 6
Luminance
0.1643
Every format
| HEX | #9b3cef |
| RGB | rgb(155, 60, 239) |
| HSL | hsl(272, 85%, 59%) |
| CMYK | cmyk(35%, 75%, 0%, 6%) |
| LAB | lab(47.5 69.2 -73.3) |
| LCH | lch(47.5 100.8 313.4) |
| OKLCH | oklch(0.579 0.250 303.4) |
Copy-ready code
/* CSS */
color: #9b3cef;
background-color: #9b3cef;
/* Tailwind (arbitrary) */
class="text-[#9b3cef] bg-[#9b3cef]"
/* SCSS */
$brand: #9b3cef;
/* SwiftUI */
Color(red: 0.608, green: 0.235, blue: 0.937)
/* Android */
Color.parseColor("#9b3cef")Accessibility — WCAG contrast
Aa
#9b3cef on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b3cef on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green23.5%
Blue93.7%
CMYK percentages
Cyan35.1%
Magenta74.9%
Yellow0.0%
Key (black)6.3%
Color previews
#9b3cef text on a black background
contrast 4.29:1
Card sample
#9b3cef text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b3cef;
Background color
Panel with #9b3cef background
background-color: #9b3cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b3cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 60, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 60, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b3cef; background: linear-gradient(135deg, #9b3cef, #EF3CCC);