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