#9b3eee
a balanced, electric violet · warm · closest name: magenta
RGB
155, 62, 238
HSL
272°, 84%, 59%
CMYK
35, 74, 0, 7
Luminance
0.1659
Every format
| HEX | #9b3eee |
| RGB | rgb(155, 62, 238) |
| HSL | hsl(272, 84%, 59%) |
| CMYK | cmyk(35%, 74%, 0%, 7%) |
| LAB | lab(47.7 68.2 -72.4) |
| LCH | lch(47.7 99.5 313.3) |
| OKLCH | oklch(0.580 0.247 303.4) |
Copy-ready code
/* CSS */
color: #9b3eee;
background-color: #9b3eee;
/* Tailwind (arbitrary) */
class="text-[#9b3eee] bg-[#9b3eee]"
/* SCSS */
$brand: #9b3eee;
/* SwiftUI */
Color(red: 0.608, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#9b3eee")Accessibility — WCAG contrast
Aa
#9b3eee on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b3eee on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green24.3%
Blue93.3%
CMYK percentages
Cyan34.9%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#9b3eee text on a black background
contrast 4.32:1
Card sample
#9b3eee text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b3eee;
Background color
Panel with #9b3eee background
background-color: #9b3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b3eee; background: linear-gradient(135deg, #9b3eee, #EE3ECC);