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