#9b44ff
a balanced, electric violet · warm · closest name: magenta
RGB
155, 68, 255
HSL
268°, 100%, 63%
CMYK
39, 73, 0, 0
Luminance
0.1832
Every format
| HEX | #9b44ff |
| RGB | rgb(155, 68, 255) |
| HSL | hsl(268, 100%, 63%) |
| CMYK | cmyk(39%, 73%, 0%, 0%) |
| LAB | lab(49.9 69.7 -78.4) |
| LCH | lch(49.9 104.9 311.6) |
| OKLCH | oklch(0.599 0.258 299.6) |
Copy-ready code
/* CSS */
color: #9b44ff;
background-color: #9b44ff;
/* Tailwind (arbitrary) */
class="text-[#9b44ff] bg-[#9b44ff]"
/* SCSS */
$brand: #9b44ff;
/* SwiftUI */
Color(red: 0.608, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#9b44ff")Accessibility — WCAG contrast
Aa
#9b44ff on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b44ff on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green26.7%
Blue100.0%
CMYK percentages
Cyan39.2%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#9b44ff text on a black background
contrast 4.66:1
Card sample
#9b44ff text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b44ff;
Background color
Panel with #9b44ff background
background-color: #9b44ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b44ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b44ff; background: linear-gradient(135deg, #9b44ff, #FF44E6);