#9b3ffc
a balanced, electric violet · warm · closest name: magenta
RGB
155, 63, 252
HSL
269°, 97%, 62%
CMYK
39, 75, 0, 1
Luminance
0.1755
Every format
| HEX | #9b3ffc |
| RGB | rgb(155, 63, 252) |
| HSL | hsl(269, 97%, 62%) |
| CMYK | cmyk(39%, 75%, 0%, 1%) |
| LAB | lab(49.0 71.0 -78.3) |
| LCH | lch(49.0 105.7 312.2) |
| OKLCH | oklch(0.592 0.260 300.6) |
Copy-ready code
/* CSS */
color: #9b3ffc;
background-color: #9b3ffc;
/* Tailwind (arbitrary) */
class="text-[#9b3ffc] bg-[#9b3ffc]"
/* SCSS */
$brand: #9b3ffc;
/* SwiftUI */
Color(red: 0.608, green: 0.247, blue: 0.988)
/* Android */
Color.parseColor("#9b3ffc")Accessibility — WCAG contrast
Aa
#9b3ffc on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b3ffc on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green24.7%
Blue98.8%
CMYK percentages
Cyan38.5%
Magenta75.0%
Yellow0.0%
Key (black)1.2%
Color previews
#9b3ffc text on a black background
contrast 4.51:1
Card sample
#9b3ffc text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b3ffc;
Background color
Panel with #9b3ffc background
background-color: #9b3ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b3ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 63, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 63, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b3ffc; background: linear-gradient(135deg, #9b3ffc, #FC3FDF);