#9744df
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 68, 223
HSL
272°, 71%, 57%
CMYK
32, 70, 0, 13
Luminance
0.1604
Every format
| HEX | #9744df |
| RGB | rgb(151, 68, 223) |
| HSL | hsl(272, 71%, 57%) |
| CMYK | cmyk(32%, 70%, 0%, 13%) |
| LAB | lab(47.0 61.6 -65.1) |
| LCH | lch(47.0 89.6 313.4) |
| OKLCH | oklch(0.571 0.225 304.7) |
Copy-ready code
/* CSS */
color: #9744df;
background-color: #9744df;
/* Tailwind (arbitrary) */
class="text-[#9744df] bg-[#9744df]"
/* SCSS */
$brand: #9744df;
/* SwiftUI */
Color(red: 0.592, green: 0.267, blue: 0.875)
/* Android */
Color.parseColor("#9744df")Accessibility — WCAG contrast
Aa
#9744df on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9744df on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green26.7%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta69.5%
Yellow0.0%
Key (black)12.5%
Color previews
#9744df text on a black background
contrast 4.21:1
Card sample
#9744df text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9744df;
Background color
Panel with #9744df background
background-color: #9744df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9744df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 68, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 68, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9744df; background: linear-gradient(135deg, #9744df, #DF44C0);