#9944ff
a balanced, electric violet · warm · closest name: blue
RGB
153, 68, 255
HSL
267°, 100%, 63%
CMYK
40, 73, 0, 0
Luminance
0.1813
Every format
| HEX | #9944ff |
| RGB | rgb(153, 68, 255) |
| HSL | hsl(267, 100%, 63%) |
| CMYK | cmyk(40%, 73%, 0%, 0%) |
| LAB | lab(49.6 69.3 -78.8) |
| LCH | lch(49.6 105.0 311.3) |
| OKLCH | oklch(0.597 0.258 299.0) |
Copy-ready code
/* CSS */
color: #9944ff;
background-color: #9944ff;
/* Tailwind (arbitrary) */
class="text-[#9944ff] bg-[#9944ff]"
/* SCSS */
$brand: #9944ff;
/* SwiftUI */
Color(red: 0.600, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#9944ff")Accessibility — WCAG contrast
Aa
#9944ff on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9944ff on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green26.7%
Blue100.0%
CMYK percentages
Cyan40.0%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#9944ff text on a black background
contrast 4.63:1
Card sample
#9944ff text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9944ff;
Background color
Panel with #9944ff background
background-color: #9944ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9944ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9944ff; background: linear-gradient(135deg, #9944ff, #FF44E8);